FacebookServiceException
A more recent version of this class is available. Check out the latest version.

Represents an error returned from the Facebook service in response to a request.

Extends:FacebookException
Package:facebook
Constructors
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
ParameterDescription
errorThe error from the request
errorMessage
Instance Methods
getRequestError()

Returns an object that encapsulates complete information representing the error returned by Facebook.

public final FacebookRequestError getRequestError()
Returns
Complete information representing the error.