Represents an error specific to the GraphObject class.
ขยาย: | FacebookException |
แพ็คเกจ: | facebook |
FacebookGraphObjectException()
Constructs a new FacebookGraphObjectException.
public FacebookGraphObjectException()
FacebookGraphObjectException(String)
Constructs a new FacebookGraphObjectException.
public FacebookGraphObjectException(String message)
พารามิเตอร์ | คำอธิบาย |
---|---|
message | The detail message of this exception |
FacebookGraphObjectException(String, Throwable)
Constructs a new FacebookGraphObjectException.
public FacebookGraphObjectException(String message, Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookGraphObjectException(Throwable)
Constructs a new FacebookGraphObjectException.
public FacebookGraphObjectException(Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
throwable | The cause of this exception |