|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ietf.ldap.LDAPException
org.ietf.ldap.LDAPLocalException
public class 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(LDAPLocalException ex)
Constructs an LDAPException class using com.novell.ldap.LDAPLocalException |
|
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. |
|
| Method Summary |
|---|
| Methods inherited from class org.ietf.ldap.LDAPException |
|---|
fillInStackTrace, getCause, getLDAPErrorMessage, getLocalizedMessage, getMatchedDN, getMessage, getResultCode, getWrappedObject, 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()
LDAPLocalException(LDAPLocalException ex)
public LDAPLocalException(java.lang.String message,
int resultCode)
public LDAPLocalException(java.lang.String message,
int resultCode,
java.lang.Throwable rootException)
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||