FacebookServiceException
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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

Estende:FacebookException
Pacote:facebook
Construtores
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
ParâmetroDescrição
errorThe error from the request
errorMessage
Métodos de instância
getRequestError()

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

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