Class 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:
    Serialized Form
    • Constructor Detail

      • 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)