Represents an error condition specific to the Facebook SDK for Android.
Estende: | RuntimeException |
Pacchetto: | facebook |
FacebookException()
Constructs a new FacebookException.
public FacebookException()
FacebookException(String)
Constructs a new FacebookException.
public FacebookException(String message)
Parametro | Descrizione |
---|---|
message | The detail message of this exception |
FacebookException(String, Throwable)
Constructs a new FacebookException.
public FacebookException(String message, Throwable throwable)
Parametro | Descrizione |
---|---|
message | The detail message of this exception |
throwable | The cause of this exception |
FacebookException(Throwable)
Constructs a new FacebookException.
public FacebookException(Throwable throwable)
Parametro | Descrizione |
---|---|
throwable | The cause of this exception |