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.