Class CartVersionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.CartVersionRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown by
CartVersionValidationService
when a cart version is not provided when
validating the cart version for an update operation.- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorDescriptionCartVersionRequiredException
(String message) CartVersionRequiredException
(String message, Throwable cause) CartVersionRequiredException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CartVersionRequiredException
public CartVersionRequiredException() -
CartVersionRequiredException
-
CartVersionRequiredException
-
CartVersionRequiredException
-
CartVersionRequiredException
-