Package net.oauth

Class OAuthProblemException

  • All Implemented Interfaces:
    Serializable

    public class OAuthProblemException
    extends OAuthException
    An OAuth-related problem, described using a set of named parameters. One parameter identifies the basic problem, and the others provide supplementary diagnostic information. This can be used to capture information from a response that conforms to the OAuth Problem Reporting extension.
    Author:
    John Kristian
    See Also:
    Serialized Form
    • Field Detail

      • HTTP_LOCATION

        public static final String HTTP_LOCATION
        The name of a parameter whose value is the response Location header.
        See Also:
        Constant Field Values
      • HTTP_REQUEST

        public static final String HTTP_REQUEST
        The name of a parameter whose value is the HTTP request.
        See Also:
        Constant Field Values
      • HTTP_RESPONSE

        public static final String HTTP_RESPONSE
        The name of a parameter whose value is the HTTP response.
        See Also:
        Constant Field Values
      • HTTP_STATUS_CODE

        public static final String HTTP_STATUS_CODE
        The name of a parameter whose value is the HTTP resopnse status code.
        See Also:
        Constant Field Values
      • SIGNATURE_BASE_STRING

        public static final String SIGNATURE_BASE_STRING
        The name of a parameter whose value is the OAuth signature base string.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OAuthProblemException

        public OAuthProblemException()
      • OAuthProblemException

        public OAuthProblemException​(String problem)