Class GuestTokenDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.web.endpoint.exception.GuestTokenDisabledException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an attempt to generate a guest token and that functionality is
disabled. Typically results in a 404 not found status code.
- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorDescriptionGuestTokenDisabledException
(String message) GuestTokenDisabledException
(String message, Throwable cause) GuestTokenDisabledException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GuestTokenDisabledException
public GuestTokenDisabledException() -
GuestTokenDisabledException
-
GuestTokenDisabledException
-
GuestTokenDisabledException
-
GuestTokenDisabledException
-