public class PasswordPolicyException extends AuthSelfServiceException
Constructor and Description |
---|
PasswordPolicyException(java.lang.String message)
Constructs a
PasswordPolicyException with the specified detail message. |
PasswordPolicyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
PasswordPolicyException with the specified detail message and cause. |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public PasswordPolicyException(java.lang.String message, java.lang.Throwable cause)
PasswordPolicyException
with the specified detail message and cause.message
- the detail messagecause
- the causepublic PasswordPolicyException(java.lang.String message)
PasswordPolicyException
with the specified detail message.message
- the detail message