FacebookOperationCanceledException
A more recent version of this class is available. Check out the latest version.

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

Extends:FacebookException
Package:facebook
Constructors
FacebookOperationCanceledException()

Constructs a FacebookOperationCanceledException with no additional information.

public FacebookOperationCanceledException()
FacebookOperationCanceledException(String)

Constructs a FacebookOperationCanceledException with a message.

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