Class CartOptimisticLockingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cart.service.exception.CartOptimisticLockingFailureException
- All Implemented Interfaces:
Serializable
Exception thrown when optimistic locking fails during a cart save. This will be used to try and
get the caller the latest version of the cart so they can retry the operation.
- Author:
- Jacob Mitash
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCartOptimisticLockingFailureException
(String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CartOptimisticLockingFailureException
-
-
Method Details