com.ibm.commerce.tools.epromotion.exceptions

Class RLPromotionCreateException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.commerce.tools.epromotion.exceptions.RLPromotionCreateException
  • All Implemented Interfaces:
    java.io.Serializable


    public class RLPromotionCreateException
    extends java.lang.RuntimeException
    Exception class for Rule Based Promotions, thrown when an exception occurs while creating the discount.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RLPromotionCreateException(java.lang.String className, java.lang.Throwable sourceThrowable)
      RLPromotionCreateException constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getRLPromotionClassName()
      Gets the name of the class.
      java.lang.Throwable getSourceThrowable()
      Gets the sourceThrowable.
      • 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

      • RLPromotionCreateException

        public RLPromotionCreateException(java.lang.String className,
                                          java.lang.Throwable sourceThrowable)
        RLPromotionCreateException constructor
        Parameters:
        className - The name of the class.
        sourceThrowable - The error or exception class.
    • Method Detail

      • getRLPromotionClassName

        public java.lang.String getRLPromotionClassName()
        Gets the name of the class.
        Returns:
        Returns the name of the class.
      • getSourceThrowable

        public java.lang.Throwable getSourceThrowable()
        Gets the sourceThrowable.
        Returns:
        Returns the error or exception class.