FacebookServiceException
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

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

Estende:FacebookException
Pacchetto:facebook
Costruttori
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
ParametroDescrizione
errorThe error from the request
errorMessage
Metodi di istanza
getRequestError()

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

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