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