com.ibm.commerce.marketing.promotion.policy

Class PromotionPolicyApplicationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.marketing.promotion.policy.PromotionPolicyApplicationException
  • All Implemented Interfaces:
    java.io.Serializable


    public class PromotionPolicyApplicationException
    extends java.lang.Exception
    This exception is thrown when an unexpected error is encountered during the evaluation of an order to determine if a promotion based on a promotion policy can be applied to it.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PromotionPolicyApplicationException

        public PromotionPolicyApplicationException()
        Constructor for PromotionPolicyApplicationException.
      • PromotionPolicyApplicationException

        public PromotionPolicyApplicationException(java.lang.String s)
        Constructor for PromotionPolicyApplicationException.
        Parameters:
        s -