FacebookGraphObjectException
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Represents an error specific to the GraphObject class.

Extends:FacebookException
Package:facebook
Constructors
FacebookGraphObjectException()

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException()
FacebookGraphObjectException(String)

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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

Constructs a new FacebookGraphObjectException.

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