public class ValidationFailedException extends UserManagerException
| Constructor and Description |
|---|
ValidationFailedException(java.lang.String message,
java.lang.String errorCode)
Constructs a
ValidationFailedException with the specified detail message and error code. |
ValidationFailedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
ValidationFailedException with the specified detail message, cause and error code. |
ValidationFailedException(java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
ValidationFailedException 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 ValidationFailedException(java.lang.String message,
java.lang.String errorCode)
ValidationFailedException with the specified detail message and error code.message - the detail messageerrorCode - public ValidationFailedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
ValidationFailedException with the specified detail message, cause and error code.message - the detail messagecause - the causeerrorCode - public ValidationFailedException(java.lang.Throwable cause,
java.lang.String errorCode)
ValidationFailedException with the specified cause and error code.cause - the causeerrorCode -