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.