Class UnsupportedAuthenticationMechanismException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.dao.DataAccessException
org.apache.shiro.dao.InvalidResourceUsageException
org.apache.shiro.ldap.UnsupportedAuthenticationMechanismException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedAuthenticationMechanismException(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
-
Constructor Details
-
UnsupportedAuthenticationMechanismException
-
UnsupportedAuthenticationMechanismException
-