Uses of Class
com.rshtech.exception.ErrorCode

Packages that use ErrorCode
com.rshtech.exception   
 

Uses of ErrorCode in com.rshtech.exception
 

Subclasses of ErrorCode in com.rshtech.exception
 class ParameterizedErrorCode
          A parameterized error code is a specialization of ErrorCode that takes a list of parameters to use in the resulting error message.
 

Fields in com.rshtech.exception declared as ErrorCode
static ErrorCode ApplicationException.APP_DEFAULT_ERROR_CODE
           
static ErrorCode BusinessRuleException.BUS_RULE_DEFAULT_ERROR_CODE
           
static ErrorCode InvalidConfigurationException.CONF_DEFAULT_ERROR_CODE
           
static ErrorCode DataStoreConnectionException.CONNECT_DEFAULT_ERROR_CODE
           
static ErrorCode DataStoreException.DATA_DEFAULT_ERROR_CODE
           
static ErrorCode SecurityException.SECURITY_DEFAULT_ERROR_CODE
           
static ErrorCode InvalidStateException.STATE_DEFAULT_ERROR_CODE
           
static ErrorCode SystemException.SYS_DEFAULT_ERROR_CODE
           
static ErrorCode ErrorCode.UNKNOWN
           
static ErrorCode RuleFailureException.VALIDATION_DEFAULT_ERROR_CODE
           
static ErrorCode RuntimeRuleFailureException.VALIDATION_DEFAULT_ERROR_CODE
           
static ErrorCode ValidationException.VALIDATION_DEFAULT_ERROR_CODE
           
 

Methods in com.rshtech.exception that return ErrorCode
 ErrorCode ErrorInformation.getCode()
           
 ErrorCode SystemException.getErrorCode()
           
 ErrorCode ApplicationException.getErrorCode()
           
 

Methods in com.rshtech.exception with parameters of type ErrorCode
 boolean ErrorCode.equals(ErrorCode rhs)
           
 java.lang.String ErrorMessageUtil.getErrorMessage(ErrorCode code)
           
 void ErrorInformation.setCode(ErrorCode code)
           
 

Constructors in com.rshtech.exception with parameters of type ErrorCode
ApplicationException(ErrorCode code)
           
ApplicationException(ErrorCode code, java.lang.String details)
           
ApplicationException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
ApplicationException(ErrorCode code, java.lang.Throwable rootCause)
           
BusinessRuleException(ErrorCode code)
           
BusinessRuleException(ErrorCode code, java.lang.String details)
           
BusinessRuleException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
BusinessRuleException(ErrorCode code, java.lang.Throwable rootCause)
           
DataStoreConnectionException(ErrorCode code)
           
DataStoreConnectionException(ErrorCode code, java.lang.String details)
           
DataStoreConnectionException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
DataStoreConnectionException(ErrorCode code, java.lang.Throwable rootCause)
           
DataStoreException(ErrorCode code)
           
DataStoreException(ErrorCode code, java.lang.String details)
           
DataStoreException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
DataStoreException(ErrorCode code, java.lang.Throwable rootCause)
           
ErrorInformation(ErrorCode codeVal, java.lang.String detailsVal, java.lang.Throwable rootCauseVal)
           
InvalidConfigurationException(ErrorCode code)
           
InvalidConfigurationException(ErrorCode code, java.lang.String details)
           
InvalidConfigurationException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
InvalidConfigurationException(ErrorCode code, java.lang.Throwable rootCause)
           
InvalidStateException(ErrorCode code)
           
InvalidStateException(ErrorCode code, java.lang.String details)
           
InvalidStateException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
InvalidStateException(ErrorCode code, java.lang.Throwable rootCause)
           
ParameterizedErrorCode(ErrorCode code, java.util.Map<java.lang.String,?> paramVals)
           
RuleFailureException(ErrorCode code)
           
RuleFailureException(ErrorCode code, java.lang.String details)
           
RuleFailureException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
RuleFailureException(ErrorCode code, java.lang.Throwable rootCause)
           
RuntimeRuleFailureException(ErrorCode code)
           
RuntimeRuleFailureException(ErrorCode code, java.lang.String details)
           
RuntimeRuleFailureException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
RuntimeRuleFailureException(ErrorCode code, java.lang.Throwable rootCause)
           
SecurityException(ErrorCode code)
           
SecurityException(ErrorCode code, java.lang.String details)
           
SecurityException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
SecurityException(ErrorCode code, java.lang.Throwable rootCause)
           
SystemException(ErrorCode code)
           
SystemException(ErrorCode code, java.lang.String details)
           
SystemException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
SystemException(ErrorCode code, java.lang.Throwable rootCause)
           
ValidationException(ErrorCode code)
           
ValidationException(ErrorCode code, java.lang.String details)
           
ValidationException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
ValidationException(ErrorCode code, java.lang.Throwable rootCause)