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, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public 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