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
           
 
Constructor Summary
EventRuleHelperUtilException()
           
EventRuleHelperUtilException(java.lang.String s)
           
EventRuleHelperUtilException(java.lang.String s, java.lang.Throwable originator)
           
EventRuleHelperUtilException(java.lang.Throwable originator)
           
 
Method Summary
 java.lang.Throwable getOriginator()
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

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.
Method Detail

getOriginator

public java.lang.Throwable getOriginator()
Returns:
The originator of this exception — that is, the underlying exception that explains the problem in detail.