FacebookException
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

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)
パラメーター説明
messageThe detail message of this exception
FacebookException(String, Object)

Constructs a new FacebookException.

public FacebookException(String format, Object args)
パラメーター説明
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)
パラメーター説明
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
パラメーター説明
throwableThe cause of this exception