org.apache.directory.shared.ldap.exception
Class LdapOperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.OperationNotSupportedException
org.apache.directory.shared.ldap.exception.LdapOperationNotSupportedException
- All Implemented Interfaces:
- Serializable, LdapException
public class LdapOperationNotSupportedException
- extends OperationNotSupportedException
- implements LdapException
An LDAPException that extends the OperationNotSupportedException
carrying with it the corresponding result codes for this condition.
- Version:
- $Rev$
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapOperationNotSupportedException
public LdapOperationNotSupportedException(String description,
ResultCodeEnum resultCode)
LdapOperationNotSupportedException
public LdapOperationNotSupportedException(ResultCodeEnum resultCode)
getResultCode
public ResultCodeEnum getResultCode()
- Description copied from interface:
LdapException
- Gets the LDAP result code that would be associated with this exception.
- Specified by:
getResultCode in interface LdapException
- Returns:
- the LDAP result code corresponding to this exception type.
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.