Represents an error condition specific to the Facebook SDK for Android.
Mở rộng: | RuntimeException |
Gói: | facebook |
FacebookException()
Constructs a new FacebookException.
public FacebookException()
FacebookException(String)
Constructs a new FacebookException.
public FacebookException(String message)
Thông số | Mô tả |
---|---|
message | The detail message of this exception |
FacebookException(String, Throwable)
Constructs a new FacebookException.
public FacebookException(String message, Throwable throwable)
Thông số | Mô tả |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookException(Throwable)
Constructs a new FacebookException.
public FacebookException(Throwable throwable)
Thông số | Mô tả |
---|---|
throwable | The cause of this exception |