FacebookGraphObjectException
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.

Represents an error specific to the GraphObject class.

Erweiterungen:FacebookException
Package:facebook
Konstruktoren
FacebookGraphObjectException()

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException()
FacebookGraphObjectException(String)

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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