Class 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:
    Serialized Form
    • Constructor Detail

      • 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)