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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuestCartOnlyException()
GuestCartOnlyException(String message)
GuestCartOnlyException(String message, Throwable cause)
GuestCartOnlyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
GuestCartOnlyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-