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
|
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
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.
getStoreId
public java.lang.Number getStoreId()
- Returns:
- The ID of the store not found.