Represents an error condition specific to the Facebook SDK for Android.
Estende: | RuntimeException |
Pacote: | facebook |
FacebookException()
Constructs a new FacebookException.
public FacebookException()
FacebookException(String)
Constructs a new FacebookException.
public FacebookException(String message)
Parâmetro | Descrição |
---|---|
message | The detail message of this exception |
FacebookException(String, Object)
Constructs a new FacebookException.
public FacebookException(String format, Object args)
Parâmetro | Descrição |
---|---|
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)
Parâmetro | Descrição |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookException(Throwable)
Constructs a new FacebookException.
public FacebookException(Throwable throwable)
Parâmetro | Descrição |
---|---|
throwable | The cause of this exception |