|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
netscape.ldap.LDAPException
netscape.ldap.LDAPInterruptedException
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.
Field Summary | |
(package private) static long |
serialVersionUID
|
Constructor Summary | |
(package private) |
LDAPInterruptedException(java.lang.String message)
Constructs a default exception with a specified string of additional information. |
Method Summary | |
java.lang.String |
toString()
Gets the string representation of the exception. |
Methods inherited from class netscape.ldap.LDAPException |
errorCodeToString, errorCodeToString, errorCodeToString, errorCodeToString, getLDAPErrorMessage, getLDAPResultCode, getMatchedDN, setExtraMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final long serialVersionUID
Constructor Detail |
LDAPInterruptedException(java.lang.String message)
toString()
method.
message
- the additional informationtoString()
Method Detail |
public java.lang.String toString()
toString
in class LDAPException
LDAPException.errorCodeToString(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |