FacebookServiceException
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

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

拡張:FacebookException
パッケージ:facebook
コンストラクター
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
パラメーター説明
errorThe error from the request
errorMessage
インスタンスメソッド
getRequestError()

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

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