Package net.oauth

Class OAuthProblemException

  • All Implemented Interfaces:
    Serializable

    public class OAuthProblemException
    extends OAuthException
    Describes an OAuth-related problem, 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
    • Constructor Detail

      • OAuthProblemException

        public OAuthProblemException()
      • OAuthProblemException

        public OAuthProblemException​(String problem)
    • Method Detail

      • setParameter

        public void setParameter​(String name,
                                 Object value)
      • getProblem

        public String getProblem()
      • getHttpStatusCode

        public int getHttpStatusCode()