Class OAuth2AccessTokenErrorResponse

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable

public class OAuth2AccessTokenErrorResponse
extends OAuthResponseException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    OAuth2AccessTokenErrorResponse​(OAuth2Error error, java.lang.String errorDescription, java.net.URI errorUri, Response rawResponse)  
  • Method Summary

    Modifier and Type Method Description
    OAuth2Error getError()  
    java.lang.String getErrorDescription()  
    java.net.URI getErrorUri()  

    Methods inherited from class com.github.scribejava.core.model.OAuthResponseException

    equals, getResponse, hashCode

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OAuth2AccessTokenErrorResponse

      public OAuth2AccessTokenErrorResponse​(OAuth2Error error, java.lang.String errorDescription, java.net.URI errorUri, Response rawResponse) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • getError

      public OAuth2Error getError()
    • getErrorDescription

      public java.lang.String getErrorDescription()
    • getErrorUri

      public java.net.URI getErrorUri()