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
public class GuestTokenRequiredException extends RuntimeException
Exception thrown when a guest token is required and not provided for an endpoint.- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuestTokenRequiredException()
GuestTokenRequiredException(String message)
GuestTokenRequiredException(String message, Throwable cause)
GuestTokenRequiredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
GuestTokenRequiredException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-