public class FacebookServiceException extends FacebookException
| Constructor and Description |
|---|
FacebookServiceException(FacebookRequestError error,
String errorMessage)
Constructs a new FacebookServiceException.
|
| Modifier and Type | Method and Description |
|---|---|
FacebookRequestError |
getRequestError()
Returns an object that encapsulates complete information representing the error returned by Facebook.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic FacebookServiceException(FacebookRequestError error, String errorMessage)
error - the error from the requestpublic final FacebookRequestError getRequestError()
Copyright © 2013. All Rights Reserved.