com.rshtech.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rshtech.exception.ApplicationException
com.rshtech.exception.RuleFailureException
com.rshtech.exception.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class ValidationException
- extends RuleFailureException
Specialized rule failure exception that pertains to validation issues
specifically.
- Version:
- $Revision: 3137 $
- Author:
- $Author: kostya $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VALIDATION_DEFAULT_ERROR_CODE
public static final ErrorCode VALIDATION_DEFAULT_ERROR_CODE
ValidationException
public ValidationException()
ValidationException
public ValidationException(ErrorCode code)
ValidationException
public ValidationException(ErrorCode code,
java.lang.String details)
ValidationException
public ValidationException(java.lang.String details)
ValidationException
public ValidationException(java.lang.Throwable rootCause)
ValidationException
public ValidationException(ErrorCode code,
java.lang.Throwable rootCause)
ValidationException
public ValidationException(java.lang.String details,
java.lang.Throwable rootCause)
ValidationException
public ValidationException(ErrorCode code,
java.lang.String details,
java.lang.Throwable rootCause)