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