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