FacebookGraphObjectException
Esta clase no está disponible en la última versión del SDK.

Represents an error specific to the GraphObject class.

Hereda de:FacebookException
Paquete:facebook
Constructores
FacebookGraphObjectException()

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException()
FacebookGraphObjectException(String)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(String message)
ParámetroDescripción
messageThe detail message of this exception
FacebookGraphObjectException(String, Throwable)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(String message, Throwable throwable)
ParámetroDescripción
messageThe detail message of this exception
throwableThe cause of this exception
FacebookGraphObjectException(Throwable)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(Throwable throwable)
ParámetroDescripción
throwableThe cause of this exception