Class LdapConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.directory.api.ldap.model.exception.LdapException
-
- org.apache.directory.api.ldap.model.exception.LdapOperationException
-
- org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
- All Implemented Interfaces:
Serializable
public class LdapConfigurationException extends LdapOperationException
ALdapExceptionwhich associates a resultCode namely theResultCodeEnum.OTHERresultCode with the exception.- Author:
- Apache Directory Project
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static longserialVersionUIDThe serial version UID-
Fields inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
resolvedDn, resultCode
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()voidsetCause(Throwable cause)Set the root cause.-
Methods inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
getResolvedDn, getResultCode, setResolvedDn
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The serial version UID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LdapConfigurationException
public LdapConfigurationException(String message)
Creates a new instance of LdapConfigurationException.- Parameters:
message- The exception message
-
LdapConfigurationException
public LdapConfigurationException()
Creates a new instance of LdapConfigurationException.
-
-