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 |
static java.lang.String |
COPYRIGHT
the copyright information |
Constructor Summary |
RLPromotionCreateException(java.lang.String className,
java.lang.Throwable sourceThrowable)
RLPromotionCreateException constructor |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage,
getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace,
setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,
wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- the copyright information
- See Also:
-
Constant Field Values
public RLPromotionCreateException(java.lang.String className,
java.lang.Throwable sourceThrowable)
- RLPromotionCreateException constructor
public java.lang.String getRLPromotionClassName()
- gets the name of the class
-
- Returns:
- String
getSourceThrowable
public java.lang.Throwable getSourceThrowable()
- gets the sourceThrowable
-
- Returns:
- Throwable