org.apache.shiro.ldap
Class UnsupportedAuthenticationMechanismException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.dao.DataAccessException
org.apache.shiro.dao.InvalidResourceUsageException
org.apache.shiro.ldap.UnsupportedAuthenticationMechanismException
- All Implemented Interfaces:
- Serializable
public class UnsupportedAuthenticationMechanismException
- extends InvalidResourceUsageException
Exception thrown when a configured LDAP
Authentication Mechanism is unsupported by the target LDAP server. (e.g. DIGEST-MD5, simple, etc)
- Since:
- 1.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedAuthenticationMechanismException
public UnsupportedAuthenticationMechanismException(String message)
UnsupportedAuthenticationMechanismException
public UnsupportedAuthenticationMechanismException(String message,
Throwable cause)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.