public class ResourceNotFoundException extends ECSystemException
APPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR
Constructor and Description |
---|
ResourceNotFoundException(ECMessage msg,
java.lang.String className,
java.lang.String methodName,
java.lang.Object[] msgParam)
Constructs an ECSystemException with an ECMessage object.
|
ResourceNotFoundException(ECMessage msg,
java.lang.String className,
java.lang.String methodName,
java.lang.Object[] msgParam,
java.lang.Exception exc)
Constructs an ECSystemException with an ECMessage object.
|
getCause, getErrorType, getGenericErrorTask, setExceptionValues
addLogData, addLogData, getCorrelationIdentifier, getECMessage, getECParameterErrors, getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessage, getMessageKey, getMessageParameters, getStackTrace, getSymptomData, getThrowable, getUserMessage, isRecoverable, printStackTrace, printStackTrace, setErrorTaskName, setException, setOrginatingCommand, setRecoverable, setThrowable
getException, getExceptionInfo, getOriginalException, getPreviousException, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo
public ResourceNotFoundException(ECMessage msg, java.lang.String className, java.lang.String methodName, java.lang.Object[] msgParam)
msg
- The ECMessage object used for describing the exception.className
- The name of the class that threw this ECSystemException.methodName
- The name of the method that threw this ECSystemException.logFlag
- A boolean to indicate whether or not logging to the message file is required.exc
- The exception captured at the original point of failure.public ResourceNotFoundException(ECMessage msg, java.lang.String className, java.lang.String methodName, java.lang.Object[] msgParam, java.lang.Exception exc)
msg
- The ECMessage object used for describing the exception.className
- The name of the class that threw this ECSystemException.methodName
- The name of the method that threw this ECSystemException.logFlag
- A boolean to indicate whether or not logging to the message file is required.exc
- The exception captured at the original point of failure.