public class LDAPConnectionException extends IDSException
IDSException.PwdPolicyCode| Constructor and Description |
|---|
LDAPConnectionException()
Default constructor to contruct the LDAPConnectionException
|
LDAPConnectionException(java.lang.String msg)
Param constructor to contruct the LDAPConnectionException
|
LDAPConnectionException(java.lang.String msg,
java.lang.Throwable cause)
Param constructor to contruct the LDAPConnectionException
|
LDAPConnectionException(java.lang.String msg,
java.lang.Throwable cause,
int errorCode,
java.lang.String additionalInfo)
Param constructor to contruct the LDAPConnectionException
|
LDAPConnectionException(java.lang.Throwable cause)
Param constructor to contruct the LDAPConnectionException
|
LDAPConnectionException(java.lang.Throwable cause,
int errorCode,
java.lang.String additionalInfo)
Param constructor to contruct the LDAPConnectionException
|
getAdditionalInfo, getErrorCode, setAdditionalInfo, setErrorCode, toStringpublic LDAPConnectionException()
public LDAPConnectionException(java.lang.String msg)
msg - Message to use as the exception messagepublic LDAPConnectionException(java.lang.Throwable cause)
cause - Cause of the exceptionpublic LDAPConnectionException(java.lang.String msg,
java.lang.Throwable cause)
msg - Message to send in exceptioncause - Cause of the exceptionpublic LDAPConnectionException(java.lang.Throwable cause,
int errorCode,
java.lang.String additionalInfo)
cause - Cause of the exceptionerrorCode - Error code to be sent in exceptionadditionalInfo - Any additional info to be added in exceptionpublic LDAPConnectionException(java.lang.String msg,
java.lang.Throwable cause,
int errorCode,
java.lang.String additionalInfo)
msg - Message to send in exceptioncause - Cause of the exceptionerrorCode - Error code to be sent in exceptionadditionalInfo - Any additional info to be added in exception