com.ibm.commerce.rules.project
Class EventRuleHelperUtilException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.commerce.rules.project.EventRuleHelperUtilException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DefaultCurrencyNotFoundException, SelfAddressNotFoundException, StoreNotFoundException, UserNotFoundException
- public class EventRuleHelperUtilException
- extends java.lang.Exception
A base class for exceptions occurring while using EventRuleHelperUtil
,
including an optional reference to an underlying "originating" exception.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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
EventRuleHelperUtilException
public EventRuleHelperUtilException()
EventRuleHelperUtilException
public EventRuleHelperUtilException(java.lang.String s)
- Parameters:
s
- An exception message.
EventRuleHelperUtilException
public EventRuleHelperUtilException(java.lang.String s,
java.lang.Throwable originator)
- Parameters:
s
- An exception message.originator
- The originator of this exception — that is, the
underlying exception that explains the problem in detail.
EventRuleHelperUtilException
public EventRuleHelperUtilException(java.lang.Throwable originator)
- Parameters:
originator
- The originator of this exception — that is, the
underlying exception that explains the problem in detail.
getOriginator
public java.lang.Throwable getOriginator()
- Returns:
- The originator of this exception — that is, the
underlying exception that explains the problem in detail.