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, setResolvedDn
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LdapConfigurationException(String message)
message
- The exception messagepublic LdapConfigurationException()
Copyright © 2019. All rights reserved.