com.redstarhackers.exception
Class BusinessRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.redstarhackers.exception.ApplicationException
com.redstarhackers.exception.RuleFailureException
com.redstarhackers.exception.BusinessRuleException
- All Implemented Interfaces:
- java.io.Serializable
- public class BusinessRuleException
- extends RuleFailureException
Specialized rule failure exception that pertains to validation issues
specifically.
- Version:
- $Revision: 1.3 $
- 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 |
BUS_RULE_DEFAULT_ERROR_CODE
public static final ErrorCode BUS_RULE_DEFAULT_ERROR_CODE
BusinessRuleException
public BusinessRuleException()
BusinessRuleException
public BusinessRuleException(ErrorCode code)
BusinessRuleException
public BusinessRuleException(ErrorCode code,
java.lang.String details)
BusinessRuleException
public BusinessRuleException(java.lang.String details)
BusinessRuleException
public BusinessRuleException(java.lang.Throwable rootCause)
BusinessRuleException
public BusinessRuleException(ErrorCode code,
java.lang.Throwable rootCause)
BusinessRuleException
public BusinessRuleException(java.lang.String details,
java.lang.Throwable rootCause)
BusinessRuleException
public BusinessRuleException(ErrorCode code,
java.lang.String details,
java.lang.Throwable rootCause)