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

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

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

Constructs a FacebookOperationCanceledException with no additional information.

public FacebookOperationCanceledException()
FacebookOperationCanceledException(String)

Constructs a FacebookOperationCanceledException with a message.

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