Represents an error condition specific to the Facebook SDK for Android.
ขยาย: | RuntimeException |
แพ็คเกจ: | facebook |
FacebookException()
Constructs a new FacebookException.
public FacebookException()
FacebookException(String)
Constructs a new FacebookException.
public FacebookException(String message)
พารามิเตอร์ | คำอธิบาย |
---|---|
message | The detail message of this exception |
FacebookException(String, Throwable)
Constructs a new FacebookException.
public FacebookException(String message, Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookException(Throwable)
Constructs a new FacebookException.
public FacebookException(Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
throwable | The cause of this exception |