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