Class ItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.order.shoppingcart.ItemNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemNotFoundException extends GeneralException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundException()
ItemNotFoundException(java.lang.String str)
ItemNotFoundException(java.lang.String str, java.lang.Throwable nested)
ItemNotFoundException(java.lang.Throwable nested)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
ItemNotFoundException
public ItemNotFoundException()
-
ItemNotFoundException
public ItemNotFoundException(java.lang.String str)
-
ItemNotFoundException
public ItemNotFoundException(java.lang.Throwable nested)
-
ItemNotFoundException
public ItemNotFoundException(java.lang.String str, java.lang.Throwable nested)
-
-