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 |