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, 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