org.apache.directory.api.ldap.model.exception
Class LdapServiceUnavailableException
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.LdapServiceUnavailableException
- All Implemented Interfaces:
- Serializable
public class LdapServiceUnavailableException
- extends LdapOperationException
LDAP specific LdapOperationException that preserves resultCode
resolution.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LdapServiceUnavailableException
public LdapServiceUnavailableException(ResultCodeEnum resultCode,
String message)
- Creates a new instance of LdapServiceUnavailableException.
- Parameters:
resultCode - the ResultCodeEnum for this exceptionmessage - The exception message
LdapServiceUnavailableException
public LdapServiceUnavailableException(ResultCodeEnum resultCode)
- Creates a new instance of LdapServiceUnavailableException.
- Parameters:
resultCode - the ResultCodeEnum for this exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.