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 Summary

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

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

    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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait