Class OAuth2AccessTokenErrorResponse

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.scribejava.core.exceptions.OAuthException
com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
All Implemented Interfaces:
java.io.Serializable

public class OAuth2AccessTokenErrorResponse
extends OAuthException
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getError

      public OAuth2Error getError()
    • getErrorDescription

      public java.lang.String getErrorDescription()
    • getErrorUri

      public java.net.URI getErrorUri()
    • getRawResponse

      @Deprecated public java.lang.String getRawResponse() throws java.io.IOException
      Deprecated.
      Returns:
      body of response
      Throws:
      java.io.IOException - IOException
    • getResponse

      public Response getResponse()