public class FacebookServiceException extends FacebookException
| Constructor and Description |
|---|
FacebookServiceException(FacebookRequestError error,
java.lang.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.
|
java.lang.String |
toString() |
public FacebookServiceException(FacebookRequestError error, java.lang.String errorMessage)
error - the error from the requestpublic final FacebookRequestError getRequestError()
public final java.lang.String toString()
toString in class FacebookException