com.ibm.commerce.rules.project
Class DefaultCurrencyNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.commerce.rules.project.EventRuleHelperUtilException
|
+--com.ibm.commerce.rules.project.DefaultCurrencyNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class DefaultCurrencyNotFoundException
- extends EventRuleHelperUtilException
An exception to throw when the default currency cannot be found
for a store.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getMessage()
|
java.lang.Number |
getStoreId()
Provides the ID of the store whose default currency was not found. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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
DefaultCurrencyNotFoundException
public DefaultCurrencyNotFoundException()
DefaultCurrencyNotFoundException
public DefaultCurrencyNotFoundException(java.lang.Number storeId)
- Creates an exception, specifying the store ID whose default currency
could not be found.
- Parameters:
storeId
- The ID of the store whose default currency could not
be found.
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getStoreId
public java.lang.Number getStoreId()
- Provides the ID of the store whose default currency was not found.