|
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.Objectjava.lang.Throwable
java.lang.Exception
com.novell.ldap.LDAPException
com.novell.ldap.LDAPLocalException
Represents an LDAP exception that is not a result of a server response.
| Field Summary |
| Constructor Summary | |
LDAPLocalException()
Constructs a default exception with no specific error information. |
|
LDAPLocalException(java.lang.String messageOrKey,
int resultCode)
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and the result code. |
|
LDAPLocalException(java.lang.String messageOrKey,
int resultCode,
java.lang.Throwable rootException)
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String. |
|
LDAPLocalException(java.lang.String messageOrKey,
java.lang.Object[] arguments,
int resultCode)
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments. |
|
LDAPLocalException(java.lang.String messageOrKey,
java.lang.Object[] arguments,
int resultCode,
java.lang.Throwable rootException)
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments. |
|
| Method Summary | |
java.lang.String |
toString()
returns a string of information about the exception and the the nested exceptions, if any. |
| Methods inherited from class com.novell.ldap.LDAPException |
getCause, getLDAPErrorMessage, getLocalizedMessage, getMatchedDN, getMessage, getResultCode, resultCodeToString, resultCodeToString, resultCodeToString, resultCodeToString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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 messageOrKey,
int resultCode)
MessageOrKey String and the result code.
messageOrKey - Key to addition result information, a key into
ExceptionMessages, or the information
itself if the key doesn't exist.
resultCode - The result code returned.public LDAPLocalException(java.lang.String messageOrKey,
java.lang.Object[] arguments,
int resultCode)
MessageOrKey String and modifying arguments.
Additional parameters specify the result code.
messageOrKey - Key to addition result information, a key into
ExceptionMessages, or the information
itself if the key doesn't exist.
arguments - The modifying arguments to be included in the
message string.
resultCode - The result code returned.public LDAPLocalException(java.lang.String messageOrKey,
int resultCode,
java.lang.Throwable rootException)
MessageOrKey String.
Additional parameters specify the result code and a rootException which
is the underlying cause of an error on the client.
messageOrKey - Key to addition result information, a key into
ExceptionMessages, or the information
itself if the key doesn't exist.
resultCode - The result code returned.
rootException - A throwable which is the underlying cause
of the LDAPException.public LDAPLocalException(java.lang.String messageOrKey,
java.lang.Object[] arguments,
int resultCode,
java.lang.Throwable rootException)
MessageOrKey String and modifying arguments.
Additional parameters specify the result code
and a rootException which is the underlying cause of an error
on the client.
messageOrKey - Key to addition result information, a key into
ExceptionMessages, or the information
itself if the key doesn't exist.
arguments - The modifying arguments to be included in the
message string.
resultCode - The result code returned.
rootException - A throwable which is the underlying cause
of the LDAPException.| Method Detail |
public java.lang.String toString()
toString in class LDAPException
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||