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

An Exception indicating that an operation was canceled before it completed.

Erweiterungen:FacebookException
Package:facebook
Konstruktoren
FacebookOperationCanceledException()

Constructs a FacebookOperationCanceledException with no additional information.

public FacebookOperationCanceledException()
FacebookOperationCanceledException(String)

Constructs a FacebookOperationCanceledException with a message.

public FacebookOperationCanceledException(String message)
ParameterBeschreibung
messageA String to be returned from getMessage.
FacebookOperationCanceledException(String, Throwable)

Constructs a FacebookOperationCanceledException with a message and inner error.

public FacebookOperationCanceledException(String message, Throwable throwable)
ParameterBeschreibung
messageA String to be returned from getMessage.
throwableA Throwable to be returned from getCause.
FacebookOperationCanceledException(Throwable)

Constructs a FacebookOperationCanceledException with an inner error.

public FacebookOperationCanceledException(Throwable throwable)
ParameterBeschreibung
throwableA Throwable to be returned from getCause.