com.ibm.commerce.marketing.promotion.runtime

Class PromotionRuntimeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.commerce.marketing.promotion.runtime.PromotionRuntimeException
  • All Implemented Interfaces:
    java.io.Serializable


    public class PromotionRuntimeException
    extends java.lang.RuntimeException
    This is the specified promotion runtime exception class.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • 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
        See Also:
        Constant Field Values
    • Constructor Detail

      • PromotionRuntimeException

        public PromotionRuntimeException()
        Constructor for PromotionRuntimeException.
      • PromotionRuntimeException

        public PromotionRuntimeException(java.lang.String s)
        Constructor for PromotionRuntimeException.
        Parameters:
        s - String to set the exception message information.