public class ValidationFailException extends WIMApplicationException
SUCCESS
Constructor and Description |
---|
ValidationFailException()
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message,
java.lang.String className,
java.lang.String methodName)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.String message,
java.lang.Throwable cause)
Creates the Validation Fail Exception
|
ValidationFailException(java.lang.Throwable cause)
Creates the Validation Fail Exception
|
getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessageBundle, getMessageKey, getMessageParams, getRootError, getRootErrorCode, getRootErrorMessage, getRootErrorSource, isRootErrorSet, setRootError, setRootError, setRootErrorCode, setRootErrorCode, setRootErrorMessage, setRootErrorMessage, setRootErrorSource, setRootErrorSource
public ValidationFailException()
public ValidationFailException(java.lang.String message)
message
- The message or message key of the exception.public ValidationFailException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public ValidationFailException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public ValidationFailException(java.lang.String message, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public ValidationFailException(java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public ValidationFailException(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.