Class OauthTokenRequiredException

  • All Implemented Interfaces:
    Serializable

    public class OauthTokenRequiredException
    extends RuntimeException
    To be thrown if we do not have an OAuth token for the current user. Typically the user will be redirected to the OAuth flow to grant the application access to their account.
    See Also:
    Serialized Form
    • Constructor Detail

      • OauthTokenRequiredException

        public OauthTokenRequiredException()