Package netscape.ldap

Class LDAPInterruptedException

All Implemented Interfaces:
Serializable

public class LDAPInterruptedException extends LDAPException
An exception thrown when the LDAP operation being invoked has been interrupted. For example, an application might interrupt a thread that is performing a search.
Version:
1.0
See Also:
  • Field Details

  • Constructor Details

    • LDAPInterruptedException

      LDAPInterruptedException(String message)
      Constructs a default exception with a specified string of additional information. This string appears if you call the toString() method.

      Parameters:
      message - the additional information
      See Also:
  • Method Details