Class InvalidCartStatusTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.InvalidCartStatusTransitionException
- All Implemented Interfaces:
Serializable
Thrown when the cart status transition is not valid.
For example, user doesn't have access to change to that status, the originating status is invalid, etc.
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCartStatusTransitionException
-