FacebookException
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Represents an error condition specific to the Facebook SDK for Android.

الإضافات:RuntimeException
الحزمة:facebook
أدوات الإنشاء
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
المعلمةالوصف
messageThe detail message of this exception
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
المعلمةالوصف
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
المعلمةالوصف
throwableThe cause of this exception