public class PasswordPolicyException
extends java.lang.Exception
PasswordPolicyException is thrown when setting or changing a
password and the new password doesn't comply to certain restrictions (like
minimum length).| Constructor and Description |
|---|
PasswordPolicyException()
Constructs a new
PasswordPolicyException with null. |
PasswordPolicyException(java.lang.String message)
Constructs a new
PasswordPolicyException with the given detail
message. |
PasswordPolicyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
PasswordPolicyException with null. |
PasswordPolicyException(java.lang.Throwable cause)
Constructs a new
PasswordPolicyException with null
as detail message and the given cause. |
public PasswordPolicyException()
PasswordPolicyException with null.
as detail message.public PasswordPolicyException(java.lang.String message)
PasswordPolicyException with the given detail
message.message - the detail messagepublic PasswordPolicyException(java.lang.String message,
java.lang.Throwable cause)
PasswordPolicyException with null.
as detail message and the given cause.message - the detail messagecause - the cause of this exceptionpublic PasswordPolicyException(java.lang.Throwable cause)
PasswordPolicyException with null
as detail message and the given cause.cause - the cause of this exception