FacebookSdkNotInitializedException
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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

Erweiterungen:FacebookException
Package:facebook
Konstruktoren
FacebookSdkNotInitializedException()

Constructs a FacebookSdkNotInitializedException with no additional information.

public FacebookSdkNotInitializedException()
FacebookSdkNotInitializedException(String)

Constructs a FacebookSdkNotInitializedException with a message.

public FacebookSdkNotInitializedException(String message)
ParameterBeschreibung
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)
ParameterBeschreibung
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)
ParameterBeschreibung
throwableA Throwable to be returned from getCause.