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 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(String message)
Creates a new instance of LdapConfigurationException.
|
LdapConfigurationException(String message,
Throwable cause)
Creates a new instance of LdapConfigurationException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
void |
setCause(Throwable cause)
Set the root cause.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
private Throwable cause
public LdapConfigurationException(String message)
message - The exception messagepublic LdapConfigurationException()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.