public class LdapStrongAuthenticationRequiredException extends LdapOperationException
LdapOperationException which associates the
ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapStrongAuthenticationRequiredException()
Creates a new instance of LdapStrongAuthenticationRequiredException.
|
LdapStrongAuthenticationRequiredException(java.lang.String message)
Creates a new instance of LdapStrongAuthenticationRequiredException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapStrongAuthenticationRequiredException(java.lang.String message)
message - The exception messagepublic LdapStrongAuthenticationRequiredException()