public class FacebookOAuthException extends FacebookGraphException
{
"error": {
"type": "OAuthException",
"message": "Invalid access token signature."
}
} | Constructor and Description |
|---|
FacebookOAuthException(String errorType,
String errorMessage)
Creates an exception with the given error type and message.
|
getErrorMessage, getErrorTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014. All rights reserved.