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

public class GuestTokenDisabledException extends RuntimeException
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 Details

    • GuestTokenDisabledException

      public GuestTokenDisabledException()
    • GuestTokenDisabledException

      public GuestTokenDisabledException(String message)
    • GuestTokenDisabledException

      public GuestTokenDisabledException(String message, Throwable cause)
    • GuestTokenDisabledException

      public GuestTokenDisabledException(Throwable cause)
    • GuestTokenDisabledException

      public GuestTokenDisabledException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)