com.beasys.commerce.ebusiness.shoppingcart
Class ItemNotInShoppingCartException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.beasys.commerce.foundation.exception.ApplicationException
|
+--com.beasys.commerce.ebusiness.shoppingcart.ItemNotInShoppingCartException
- All Implemented Interfaces:
- MessageCatalogException, Serializable
- public class ItemNotInShoppingCartException
- extends ApplicationException
Exception used by ShoppingCart
to indicate that an item could not be found in the shopping cart.
- See Also:
ShoppingCart
,
Serialized Form
Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString |
ItemNotInShoppingCartException
public ItemNotInShoppingCartException(String namespace,
String message,
String sku)
- Constructor for exception.
- Parameters:
namespace
- namespace for the exception catalogmessage
- message key for the exceptionsku
- identifier of the item that was not found
Copyright © 2003 BEA Systems, Inc. All Rights Reserved