Class InvalidCartStatusTransitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.InvalidCartStatusTransitionException
All Implemented Interfaces:
Serializable

public class InvalidCartStatusTransitionException extends RuntimeException
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 Details

    • InvalidCartStatusTransitionException

      public InvalidCartStatusTransitionException(String message)