Package com.github.scribejava.core.model
Class OAuthResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.scribejava.core.exceptions.OAuthException
com.github.scribejava.core.model.OAuthResponseException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OAuth2AccessTokenErrorResponse
public class OAuthResponseException extends OAuthException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OAuthResponseException(Response rawResponse)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Response
getResponse()
int
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
-
OAuthResponseException
- Throws:
java.io.IOException
-
-
Method Details
-
getResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-