Méthode | Description | |
---|---|---|
LdapException ( ) : System |
Constructs a default exception with no specific error information.
|
|
LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg ) : System |
Constructs an exception with a detailed message obtained from the specified
|
|
LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg, System rootException ) : System |
Constructs an exception with a detailed message obtained from the specified
|
|
LdapException ( System messageOrKey, int resultCode, System serverMsg ) : System |
Constructs an exception with a detailed message obtained from the specified
|
|
LdapException ( System messageOrKey, int resultCode, System serverMsg, System rootException ) : System |
Constructs an exception with a detailed message obtained from the specified
|
|
ToString ( ) : System.String |
returns a string of information about the exception and the the nested exceptions, if any.
|
|
resultCodeToString ( ) : System.String |
Returns a string representing the result code in the default locale.
|
|
resultCodeToString ( System locale ) : System.String |
Returns a string representing the result code in the specified locale.
|
|
resultCodeToString ( int code ) : System.String |
Returns a string representing the specified result code in the default locale.
|
|
resultCodeToString ( int code, System locale ) : System.String |
Returns a string representing the specified error code in the specified locale.
|
Méthode | Description | |
---|---|---|
LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg, System matchedDN, System rootException ) : System |
Constructs an exception with a detailed message obtained from the specified
|
|
getExceptionString ( System exception ) : System.String |
builds a string of information about the exception and the the nested exceptions, if any.
|
public LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg ) : System | ||
messageOrKey | System | Key to addition result information, a key into /// ExceptionMessages, or the information /// itself if the key doesn't exist. /// /// |
arguments | System | The modifying arguments to be included in the /// message string. /// /// |
resultCode | int | The result code returned. /// |
serverMsg | System | Error message specifying additional information /// from the server /// /// |
Résultat | System |
public LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg, System rootException ) : System | ||
messageOrKey | System | Key to addition result information, a key into /// ExceptionMessages, or the information /// itself if the key doesn't exist. /// /// |
arguments | System | The modifying arguments to be included in the /// message string. /// /// |
resultCode | int | The result code returned. /// /// |
serverMsg | System | Error message specifying additional information /// from the server /// /// |
rootException | System | A throwable which is the underlying cause /// of the LdapException. /// |
Résultat | System |
public LdapException ( System messageOrKey, int resultCode, System serverMsg ) : System | ||
messageOrKey | System | Key to addition result information, a key into /// ExceptionMessages, or the information /// itself if the key doesn't exist. /// /// |
resultCode | int | The result code returned. /// /// |
serverMsg | System | Error message specifying additional information /// from the server /// |
Résultat | System |
public LdapException ( System messageOrKey, int resultCode, System serverMsg, System rootException ) : System | ||
messageOrKey | System | Key to addition result information, a key into /// ExceptionMessages, or the information /// itself if the key doesn't exist. /// /// |
resultCode | int | The result code returned. /// /// |
serverMsg | System | Error message specifying additional information /// from the server /// /// |
rootException | System | A throwable which is the underlying cause /// of the LdapException. /// |
Résultat | System |
public resultCodeToString ( ) : System.String | ||
Résultat | System.String |
public resultCodeToString ( System locale ) : System.String | ||
locale | System | The locale in which to render the error message. /// /// |
Résultat | System.String |
public static resultCodeToString ( int code ) : System.String | ||
code | int | The result code for which a message is to be returned. /// /// |
Résultat | System.String |
public static resultCodeToString ( int code, System locale ) : System.String | ||
code | int | The result code for which a message is to be /// returned. /// /// |
locale | System | The locale in which to render the message. /// /// |
Résultat | System.String |