Class LDAPException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LDAPInterruptedException, LDAPReferralException

This class defines an exception that may be thrown if an error occurs during LDAP-related processing.

This class is primarily intended to be used in the process of updating applications which use the Netscape Directory SDK for Java to switch to or coexist with the UnboundID LDAP SDK for Java. For applications not written using the Netscape Directory SDK for Java, the LDAPException class should be used instead.
See Also: