com.ibm.commerce.foundation.common.exception

Class ComponentConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ComponentConfigurationException
    extends com.ibm.commerce.foundation.internal.common.exception.FoundationSystemException
    This exception is thrown when a configuration exception is detected in the code. For example: failure to load a configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentConfigurationException

        public ComponentConfigurationException(java.lang.String messageKey,
                                               java.lang.Object[] params,
                                               java.lang.String className,
                                               java.lang.String methodName)
        Creates an instance of the component configuration exception.
        Parameters:
        messageKey - The message key of the error message
        params - The values of the parameters used in the message
        className - The name of the class which throws this exception.
        methodName - The name of the method which throws this exception.
      • ComponentConfigurationException

        public ComponentConfigurationException(java.lang.String messageKey,
                                               java.lang.Object[] params,
                                               java.lang.String className,
                                               java.lang.String methodName,
                                               java.lang.Throwable cause)
        Creates an instance of the component configuration exception.
        Parameters:
        messageKey - The message key of the error message
        params - The values of the parameters used in the message
        className - The name of the class which throws this exception.
        methodName - The name of the method which throws this exception.
        cause - The original cause of the exception.