public class LdapConfigurationException extends LdapOperationException
LdapException which associates a resultCode namely the
ResultCodeEnum.OTHER resultCode with the exception.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause
The exception cause
|
(package private) static long |
serialVersionUID
The serial version UID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapConfigurationException()
Creates a new instance of LdapConfigurationException.
|
LdapConfigurationException(java.lang.String message)
Creates a new instance of LdapConfigurationException.
|
LdapConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of LdapConfigurationException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
void |
setCause(java.lang.Throwable cause)
Set the root cause.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
private java.lang.Throwable cause
public LdapConfigurationException(java.lang.String message)
message - The exception messagepublic LdapConfigurationException()
public LdapConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the cause