Class CartItemModifyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.order.shoppingcart.CartItemModifyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CartItemModifyException extends GeneralException
Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartItemModifyException()
CartItemModifyException(java.lang.String str)
CartItemModifyException(java.lang.String str, java.lang.Throwable nested)
CartItemModifyException(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
-
CartItemModifyException
public CartItemModifyException()
-
CartItemModifyException
public CartItemModifyException(java.lang.String str)
-
CartItemModifyException
public CartItemModifyException(java.lang.Throwable nested)
-
CartItemModifyException
public CartItemModifyException(java.lang.String str, java.lang.Throwable nested)
-
-