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