com.ibm.commerce.marketing.promotion.reward

Class PromotionRewardCalcuationException

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


    public class PromotionRewardCalcuationException
    extends java.lang.Exception
    This exception is thrown when the promotions reward calculation encounters an error.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • 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
    • Field Detail

      • COPYRIGHT

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

      • PromotionRewardCalcuationException

        public PromotionRewardCalcuationException()
        Constructor for PromotionRewardCalcuationException.
      • PromotionRewardCalcuationException

        public PromotionRewardCalcuationException(java.lang.String s)
        Constructor for PromotionRewardCalcuationException.
        Parameters:
        s - Detailed error message.