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, getErrorType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014. All rights reserved.