|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.ietf.ldap.LDAPException | +--org.ietf.ldap.LDAPLocalException
Represents an LDAP exception that is not a result of a server response.
Field Summary |
Constructor Summary | |
LDAPLocalException()
Constructs a default local exception with no specific error information. |
|
LDAPLocalException(java.lang.String message,
int resultCode)
Constructs an exception with a detailed message String and the result code. |
|
LDAPLocalException(java.lang.String message,
int resultCode,
java.lang.Throwable rootException)
Constructs an exception with a detailed message String, the result code, and the root exception. |
Methods inherited from class org.ietf.ldap.LDAPException |
fillInStackTrace, getCause, getLDAPErrorMessage, getLocalizedMessage, getMatchedDN, getMessage, getResultCode, printStackTrace, printStackTrace, printStackTrace, resultCodeToString, resultCodeToString, resultCodeToString, resultCodeToString, toString |
Methods inherited from class java.lang.Throwable |
getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LDAPLocalException()
public LDAPLocalException(java.lang.String message, int resultCode)
public LDAPLocalException(java.lang.String message, int resultCode, java.lang.Throwable rootException)
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |