Class GuestCartOnlyException

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

public class GuestCartOnlyException extends RuntimeException
Exception thrown when an operation is taken for a register cart that is only available to guest carts. Generally results in a 400 bad request status code.
Author:
Nick Crum (ncrum)
See Also:
  • Constructor Details

    • GuestCartOnlyException

      public GuestCartOnlyException()
    • GuestCartOnlyException

      public GuestCartOnlyException(String message)
    • GuestCartOnlyException

      public GuestCartOnlyException(String message, Throwable cause)
    • GuestCartOnlyException

      public GuestCartOnlyException(Throwable cause)
    • GuestCartOnlyException

      public GuestCartOnlyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)