public class LdapOperationErrorException extends LdapOperationException
LdapOperationException which associates the
ResultCodeEnum.OPERATIONS_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 |
|---|
LdapOperationErrorException()
Creates a new instance of LdapOperationErrorException.
|
LdapOperationErrorException(java.lang.String message)
Creates a new instance of LdapOperationErrorException.
|
LdapOperationErrorException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of LdapOperationErrorException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapOperationErrorException(java.lang.String message)
message - The exception messagepublic LdapOperationErrorException(java.lang.String message,
java.lang.Throwable cause)
message - The exception messagecause - The root cause for this exceptionpublic LdapOperationErrorException()