com.ibm.commerce.rules.project
Class StoreNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.commerce.rules.project.EventRuleHelperUtilException
                    |
                    +--com.ibm.commerce.rules.project.StoreNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class StoreNotFoundException
extends EventRuleHelperUtilException

This exception is thrown to indicate that a store could not be found.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
StoreNotFoundException(java.lang.Number storeId)
           
StoreNotFoundException(java.lang.Number storeId, java.lang.Throwable originator)
           
 
Method Summary
 java.lang.Number getStoreId()
           
 
Methods inherited from class com.ibm.commerce.rules.project.EventRuleHelperUtilException
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

StoreNotFoundException

public StoreNotFoundException(java.lang.Number storeId)
Parameters:
storeId - The ID of the store not found.

StoreNotFoundException

public StoreNotFoundException(java.lang.Number storeId,
                              java.lang.Throwable originator)
Parameters:
storeId - The ID of the store not found.
originator - The originator of this exception.
Method Detail

getStoreId

public java.lang.Number getStoreId()
Returns:
The ID of the store not found.