com.ibm.commerce.marketing.logging

Class MarketingApplicationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MarketingApplicationException
    extends AbstractApplicationException
    This is the exception class that can be used for any application level exceptions to be thrown during the execution of marketing services. See the constructor details for creating this exception. See documentation for com.ibm.commerce.foundation.common.exception.AbstractApplicationException for more details on the behavior of this exception.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • MarketingApplicationException

        public MarketingApplicationException(java.lang.String messageKey,
                                             java.lang.Object[] params,
                                             java.lang.String className,
                                             java.lang.String methodName)
        This method creates the MarketingApplicationException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • MarketingApplicationException

        public MarketingApplicationException(java.lang.String astrMessageKey,
                                             java.lang.Object[] aParams,
                                             java.lang.String aResourceBundle,
                                             java.lang.String astrClassName,
                                             java.lang.String astrMethodName,
                                             java.lang.Throwable aCause)
        This method creates the MarketingApplicationException.
        Parameters:
        astrMessageKey - The message key of the exception.
        aParams - The parameters used for the message key of the exception.
        aResourceBundle - The resource bundle associated with the message key.
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.