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:
java.io.Serializable
public class OAuth2AccessTokenErrorResponse extends OAuthResponseException
Representing "5.2. Error Response"
- 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 OAuth2ErrorgetError()java.lang.StringgetErrorDescription()java.net.URIgetErrorUri()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, toStringMethods 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
-
getErrorDescription
public java.lang.String getErrorDescription() -
getErrorUri
public java.net.URI getErrorUri()
-