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
           
 
Constructor Summary
DefaultCurrencyNotFoundException()
           
DefaultCurrencyNotFoundException(java.lang.Number storeId)
          Creates an exception, specifying the store ID whose default currency could not be found.
 
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 com.ibm.commerce.rules.project.EventRuleHelperUtilException
getOriginator
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

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

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.