FacebookException
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Represents an error condition specific to the Facebook SDK for Android.

Estende:RuntimeException
Pacchetto:facebook
Costruttori
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
ParametroDescrizione
messageThe detail message of this exception
FacebookException(String, Object)

Constructs a new FacebookException.

public FacebookException(String format, Object args)
ParametroDescrizione
formatThe format string (see Formatter.format)
argsThe list of arguments passed to the formatter.
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
ParametroDescrizione
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
ParametroDescrizione
throwableThe cause of this exception