FacebookException
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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

Perpanjang:RuntimeException
Paket:facebook
Konstruktor
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
ParameterKeterangan
messageThe detail message of this exception
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
ParameterKeterangan
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
ParameterKeterangan
throwableThe cause of this exception