public class DirectoryException
extends LDAPException
Modifier and Type | Field and Description |
---|---|
static int |
LDAP_Conenctor_CommunicationFailure
Used when ever SOAP fault raised with Server.CommunicationFailure
|
static int |
LDAP_Conenctor_Timeout
Used when ever SOAP fault raised with Server.Timeout.
|
static int |
Server_Implementation_Failure
Used when ever SOAP fault raised with Server.Implementation
|
Constructor and Description |
---|
DirectoryException(int resultCode,
IStringResource stringResource,
java.lang.Object... insertions) |
DirectoryException(java.lang.String message,
int resultCode) |
DirectoryException(java.lang.String message,
int resultCode,
java.lang.Throwable cause) |
DirectoryException(java.lang.String message,
IStringResource stringResource,
java.lang.Object[] insertions,
int resultCode,
java.lang.Throwable cause) |
DirectoryException(java.lang.Throwable cause,
int resultCode,
IStringResource stringResource,
java.lang.Object... insertions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
errorCodeToString()
Deprecated.
|
java.util.Locale[] |
getAvailableLocales() |
int |
getLDAPResultCode()
Deprecated.
|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage(java.util.Locale locale) |
java.lang.Throwable |
initCause(java.lang.Throwable cause)
Deprecated.
Use the constructor with cause.
|
java.lang.String |
resultCodeToString() |
java.lang.String |
toString() |
public static final int LDAP_Conenctor_CommunicationFailure
public static final int LDAP_Conenctor_Timeout
public static final int Server_Implementation_Failure
public DirectoryException(java.lang.String message, int resultCode)
public DirectoryException(java.lang.String message, int resultCode, java.lang.Throwable cause)
public DirectoryException(java.lang.Throwable cause, int resultCode, IStringResource stringResource, java.lang.Object... insertions)
public DirectoryException(int resultCode, IStringResource stringResource, java.lang.Object... insertions)
public DirectoryException(java.lang.String message, IStringResource stringResource, java.lang.Object[] insertions, int resultCode, java.lang.Throwable cause)
@Deprecated public java.lang.Throwable initCause(java.lang.Throwable cause)
Throwable.initCause(java.lang.Throwable)
@Deprecated public int getLDAPResultCode()
@Deprecated public java.lang.String errorCodeToString()
public java.lang.String resultCodeToString()
public java.lang.String toString()
public final java.lang.String getMessage(java.util.Locale locale)
public java.lang.String getLocalizedMessage()
public java.util.Locale[] getAvailableLocales()