com.ibm.commerce.tools.util

Class ResourceNotFoundException

  • All Implemented Interfaces:
    com.ibm.commerce.exception.ECCorrelatedIdentity, com.ibm.websphere.exception.DistributedExceptionEnabled, java.io.Serializable


    public class ResourceNotFoundException
    extends ECSystemException
    Signals that an exception of a resource (XML, resource bundle and so forth) was not found in the system.
    See Also:
    Serialized Form
    • 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.
        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.
      • 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.
        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.