Package com.github.scribejava.core.model
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.OAuthResponseException
com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
- All Implemented Interfaces:
Serializable
Representing "5.2. Error Response"
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2AccessTokenErrorResponse(OAuth2Error error, String errorDescription, URI errorUri, Response rawResponse) -
Method Summary
Methods inherited from class com.github.scribejava.core.model.OAuthResponseException
equals, getResponse, hashCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuth2AccessTokenErrorResponse
public OAuth2AccessTokenErrorResponse(OAuth2Error error, String errorDescription, URI errorUri, Response rawResponse) throws IOException - Throws:
IOException
-
-
Method Details
-
getError
-
getErrorDescription
-
getErrorUri
-