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 booleanequals(java.lang.Object obj)ResponsegetResponse()inthashCode()Methods 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
-
OAuthResponseException
- Throws:
java.io.IOException
-
-
Method Details
-
getResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-