Package 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
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAuthenticationMechanismException(String message)
UnsupportedAuthenticationMechanismException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-