org.apache.directory.shared.ldap.exception
Interface LdapException

All Known Implementing Classes:
LdapAttributeInUseException, LdapAuthenticationException, LdapAuthenticationNotSupportedException, LdapConfigurationException, LdapContextNotEmptyException, LdapInvalidAttributeIdentifierException, LdapInvalidAttributeValueException, LdapInvalidNameException, LdapNameAlreadyBoundException, LdapNameNotFoundException, LdapNamingException, LdapNoPermissionException, LdapNoSuchAttributeException, LdapReferralException, LdapSchemaViolationException, LdapServiceUnavailableException, LdapSizeLimitExceededException, LdapTimeLimitExceededException

public interface LdapException

An interface for exceptions which add LDAP specific information to Exceptions.

Version:
$Rev: 379008 $
Author:
Apache Directory Project
See Also:
LDAP ResultCode to JNDI Exception Mappings

Method Summary
 ResultCodeEnum getResultCode()
          Gets the LDAP result code that would be associated with this exception.
 

Method Detail

getResultCode

public ResultCodeEnum getResultCode()
Gets the LDAP result code that would be associated with this exception.

Returns:
the LDAP result code corresponding to this exception type.


Copyright © 2003-2006 . All Rights Reserved.