com.ibm.commerce.tools.util
Class ResourceNotFoundException

java.lang.Object
  |
  +--CommandException
        |
        +--com.ibm.commerce.exception.ECException
              |
              +--com.ibm.commerce.exception.ECSystemException
                    |
                    +--com.ibm.commerce.tools.util.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends ECSystemException

Exception to a signal that a resource (xml, resource bundle, etc) was not found in the system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.commerce.exception. ECException
APPLICATION_ERROR, ECMESSAGE, ECMESSAGEKEY, errorProperties, EXCEP_DATA, EXCEP_TYPE, EXCEPTION, GENERIC_APPLICATION_ERROR_TASK, GENERIC_SYSTEM_ERROR_TASK, MSG_PARAM, SYSTEM_ERROR
 
Constructor Summary
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.
 
Methods inherited from class com.ibm.commerce.exception. ECSystemException
getErrorType, getGenericErrorTask, setExceptionValues
 
Methods inherited from class com.ibm.commerce.exception. ECException
getErrorMessageKey, getErrorProperties, getErrorTaskName, getMessageKey, getStackTrace, getThrowable, getUserMessage, logMessage, logMessage, logMessage, setErrorTaskName, setException, setOrginatingCommand, setThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(ECMessage msg,
                                 java.lang.String className,
                                 java.lang.String methodName,
                                 java.lang.Object[] msgParam)
Constructs an ECSystemException with an ECMessage object.
Parameters:
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.

ResourceNotFoundException

public 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.
Parameters:
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.
exc - The exception captured at the original point of failure.