FacebookException
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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

Mở rộng:RuntimeException
Gói:facebook
Xây dựng
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
Thông sốMô tả
messageThe detail message of this exception
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
Thông sốMô tả
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
Thông sốMô tả
throwableThe cause of this exception