public class InvalidParameterException extends ParameterException
e, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, ldapErrorCode, ne, passwordPolicyErrorCode| Constructor and Description |
|---|
InvalidParameterException()
Constructs a
InvalidParameterException with no detail message. |
InvalidParameterException(java.lang.String s)
Constructs a
InvalidParameterException with the specified detail message. |
getLDAPErrorCode, getLDAPErrorCode, getPasswordPolicyErrorCode, hasLDAPErrorCode, hasPasswordPolicyError, isNamingException, returnNamingExceptionpublic InvalidParameterException()
InvalidParameterException with no detail message.public InvalidParameterException(java.lang.String s)
InvalidParameterException with the specified detail message.s - the detail message.