org.apache.directory.api.ldap.model.exception
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
A LdapException which associates a resultCode namely the
ResultCodeEnum.OTHER resultCode with the exception.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
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.
LdapConfigurationException
public LdapConfigurationException(String message,
Throwable cause)
- Creates a new instance of LdapConfigurationException.
- Parameters:
message - the exception messagecause - the cause
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
- Returns:
- the exception's cause
setCause
public void setCause(Throwable cause)
- Set the root cause.
- Parameters:
cause - the cause
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.