public class InvalidParameterException extends ParameterException
| 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.