public class ValidationFailException extends WIMApplicationException
| Constructor and Description |
|---|
ValidationFailException()
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String key,
java.lang.String message)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.Throwable cause)
Creates the Validation Fail Exception
|
getMessageKeypublic ValidationFailException()
public ValidationFailException(java.lang.String key,
java.lang.String message)
message - The message or message key of the exception.public ValidationFailException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
message - The message or message key of the exception.cause - The cause of the exception.public ValidationFailException(java.lang.Throwable cause)
cause - The cause of the exception.