FacebookServiceException
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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

Perpanjang:FacebookException
Paket:facebook
Konstruktor
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
ParameterKeterangan
errorThe error from the request
errorMessage
Metode Instance
getRequestError()

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

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