FacebookSdkNotInitializedException
有此級別的更新版本。前往查看 最新版本。

An Exception indicating that the Facebook SDK has not been correctly initialized.

延伸:FacebookException
套件:facebook
建構函式
FacebookSdkNotInitializedException()

Constructs a FacebookSdkNotInitializedException with no additional information.

public FacebookSdkNotInitializedException()
FacebookSdkNotInitializedException(String)

Constructs a FacebookSdkNotInitializedException with a message.

public FacebookSdkNotInitializedException(String message)
參數說明
messageA String to be returned from getMessage.
FacebookSdkNotInitializedException(String, Throwable)

Constructs a FacebookSdkNotInitializedException with a message and inner error.

public FacebookSdkNotInitializedException(String message, Throwable throwable)
參數說明
messageA String to be returned from getMessage.
throwableA Throwable to be returned from getCause.
FacebookSdkNotInitializedException(Throwable)

Constructs a FacebookSdkNotInitializedException with an inner error.

public FacebookSdkNotInitializedException(Throwable throwable)
參數說明
throwableA Throwable to be returned from getCause.