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. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public 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 causepublic java.lang.String getLocalizedMessage()
getLocalizedMessage
in class OIMServiceException