Class AuthorizationLoopException

  • All Implemented Interfaces:
    Serializable

    public class AuthorizationLoopException
    extends Exception
    Thrown when an OAuth authorization loop is detected. This occurs when the remote application replies with an authorize (401) response and the request was made with a just-created access token.
    Since:
    3.3.1
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizationLoopException

        public AuthorizationLoopException()