public class ValidationFailedException extends AuthSelfServiceException
| Constructor and Description |
|---|
ValidationFailedException()
Constructs a
ValidationFailedException with null as its detail message. |
ValidationFailedException(java.lang.String message)
Constructs a
ValidationFailedException with the specified detail message. |
ValidationFailedException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData)
Constructs a
ValidationFailedException with the specified message, errorCode and params. |
ValidationFailedException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData,
java.lang.Throwable cause)
Constructs a
ValidationFailedException with the specified message, errorCode and params. |
ValidationFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ValidationFailedException with the specified detail message and cause. |
ValidationFailedException(java.lang.Throwable cause)
Constructs a
ValidationFailedException with the specified cause. |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic ValidationFailedException()
ValidationFailedException with null as its detail message.public ValidationFailedException(java.lang.String message)
ValidationFailedException with the specified detail message.message - the detail messagepublic ValidationFailedException(java.lang.String message,
java.lang.Throwable cause)
ValidationFailedException with the specified detail message and cause.message - the detail messagecause - the causepublic ValidationFailedException(java.lang.Throwable cause)
ValidationFailedException with the specified cause.cause - the causepublic ValidationFailedException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData)
ValidationFailedException with the specified message, errorCode and params.message - the detail messageerrorCode - the eror code for the messageerrorData - the parameters to fill in the error message.public ValidationFailedException(java.lang.String message,
java.lang.String errorCode,
java.lang.String[] errorData,
java.lang.Throwable cause)
ValidationFailedException with the specified message, errorCode and params.message - the detail messageerrorCode - the eror code for the messageerrorData - the parameters to fill in the error message.cause - the cause