FacebookGraphObjectException
Kelas ini tidak tersedia lagi di versi SDK terbaru.

Represents an error specific to the GraphObject class.

Perpanjang:FacebookException
Paket:facebook
Konstruktor
FacebookGraphObjectException()

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException()
FacebookGraphObjectException(String)

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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