public class LdapConfigurationException extends LdapOperationException
LdapException which associates a resultCode namely the
ResultCodeEnum.OTHER resultCode with the exception.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, toStringpublic LdapConfigurationException(String message)
message - The exception messagepublic LdapConfigurationException()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.