Class GuestTokenRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.web.validator.exception.GuestTokenRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown when a guest token is required and not provided for an endpoint.
- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorDescriptionGuestTokenRequiredException
(String message) GuestTokenRequiredException
(String message, Throwable cause) GuestTokenRequiredException
(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
-
GuestTokenRequiredException
public GuestTokenRequiredException() -
GuestTokenRequiredException
-
GuestTokenRequiredException
-
GuestTokenRequiredException
-
GuestTokenRequiredException
-