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 |