com.ibm.commerce.subscription.facade.server.exception

Class SubscriptionSystemException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SubscriptionSystemException
    extends AbstractSystemException
    This is the Exception class that can be used for any system level exceptions to be thrown during the Subscription services execution. See the constructor details for creating this exception. See documentation for com.ibm.commerce.foundation.common.exception.AbstractSystemException, for more details on the behavior of this exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SubscriptionSystemException(java.lang.String astrMessageKey, java.lang.Object[] params, java.lang.String astrClassName, java.lang.String astrMethodName)
      Creates a subscription system exception
      SubscriptionSystemException(java.lang.String astrMessageKey, java.lang.Object[] params, java.lang.String resourceBundle, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable cause)
      Creates a subscription system exception
      SubscriptionSystemException(java.lang.String astrMessageKey, java.lang.Object[] params, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable cause)
      Creates a subscription system exception
    • Constructor Detail

      • SubscriptionSystemException

        public SubscriptionSystemException(java.lang.String astrMessageKey,
                                           java.lang.Object[] params,
                                           java.lang.String resourceBundle,
                                           java.lang.String astrClassName,
                                           java.lang.String astrMethodName,
                                           java.lang.Throwable cause)
        Creates a subscription system exception
        Parameters:
        astrMessageKey - The error message key.
        params - The parameters for the error message.
        resourceBundle - The name of the resource bundle being used.
        astrClassName - The name of the class throwing the exception
        astrMethodName - The name of the method in the class throwing the exception.
        cause - The exception being wrapped.
      • SubscriptionSystemException

        public SubscriptionSystemException(java.lang.String astrMessageKey,
                                           java.lang.Object[] params,
                                           java.lang.String astrClassName,
                                           java.lang.String astrMethodName,
                                           java.lang.Throwable cause)
        Creates a subscription system exception
        Parameters:
        astrMessageKey - The error message key.
        params - The parameters for the error message.
        astrClassName - The name of the class throwing the exception
        astrMethodName - The name of the method in the class throwing the exception.
        cause - The exception being wrapped.
      • SubscriptionSystemException

        public SubscriptionSystemException(java.lang.String astrMessageKey,
                                           java.lang.Object[] params,
                                           java.lang.String astrClassName,
                                           java.lang.String astrMethodName)
        Creates a subscription system exception
        Parameters:
        astrMessageKey - The error message key.
        params - The parameters for the error message.
        astrClassName - The name of the class throwing the exception
        astrMethodName - The name of the method in the class throwing the exception.