public class PasswordVerificationException extends UserManagerException
| Constructor and Description |
|---|
PasswordVerificationException(java.lang.String message,
java.lang.String errorCode)
Constructs a
PasswordVerificationException with the specified detail message and error code. |
PasswordVerificationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
PasswordVerificationException with the specified detail message,
cause and error code. |
PasswordVerificationException(java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
PasswordVerificationException with the specified cause and error code. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic PasswordVerificationException(java.lang.String message,
java.lang.String errorCode)
PasswordVerificationException with the specified detail message and error code.message - the detail messageerrorCode - public PasswordVerificationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
PasswordVerificationException with the specified detail message,
cause and error code.message - the detail messagecause - the causeerrorCode - public PasswordVerificationException(java.lang.Throwable cause,
java.lang.String errorCode)
PasswordVerificationException with the specified cause and error code.cause - the causeerrorCode -