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 |