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)
参数 | 描述 |
---|---|
message | A String to be returned from getMessage. |
FacebookOperationCanceledException(String, Throwable)
Constructs a FacebookOperationCanceledException with a message and inner error.
public FacebookOperationCanceledException(String message, Throwable throwable)
参数 | 描述 |
---|---|
message | A String to be returned from getMessage. |
throwable | A Throwable to be returned from getCause. |
FacebookOperationCanceledException(Throwable)
Constructs a FacebookOperationCanceledException with an inner error.
public FacebookOperationCanceledException(Throwable throwable)
参数 | 描述 |
---|---|
throwable | A Throwable to be returned from getCause. |