Class NotAuthorizedToUseApiException

  • All Implemented Interfaces:
    Serializable

    public class NotAuthorizedToUseApiException
    extends Exception
    When you try to use an API that you aren't authorized for, we don't redirect you to the login page. We complain.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotAuthorizedToUseApiException

        public NotAuthorizedToUseApiException​(String message)
      • NotAuthorizedToUseApiException

        public NotAuthorizedToUseApiException​(Throwable cause)
      • NotAuthorizedToUseApiException

        public NotAuthorizedToUseApiException​(String message,
                                              Throwable cause)