Class CartAccessException

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

public class CartAccessException extends RuntimeException
Exception denoting a lack of access to a Cart, either due to lack of permission or the cart status is inaccessible by the authenticated user.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • CartAccessException

      public CartAccessException(String message)