Represents an error condition specific to the Facebook SDK for Android.
Extends: | RuntimeException |
Package: | facebook |
FacebookException()
Constructs a new FacebookException.
public FacebookException()
FacebookException(String)
Constructs a new FacebookException.
public FacebookException(String message)
Parameter | Description |
---|---|
message | The detail message of this exception |
FacebookException(String, Object)
Constructs a new FacebookException.
public FacebookException(String format, Object args)
Parameter | Description |
---|---|
format | The format string (see Formatter.format) |
args | The list of arguments passed to the formatter. |
FacebookException(String, Throwable)
Constructs a new FacebookException.
public FacebookException(String message, Throwable throwable)
Parameter | Description |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookException(Throwable)
Constructs a new FacebookException.
public FacebookException(Throwable throwable)
Parameter | Description |
---|---|
throwable | The cause of this exception |