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