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 |