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