OperationCanceledException
public class OperationCanceledException
extends AccountsException
摘要(Summary)
Public constructors
OperationCanceledException
OperationCanceledException ()
OperationCanceledException
OperationCanceledException (String message)
参数(Parameters) |
message |
String
|
OperationCanceledException
OperationCanceledException (String message,
Throwable cause)
参数(Parameters) |
message |
String
|
cause |
Throwable
|
OperationCanceledException
OperationCanceledException (Throwable cause)
参数(Parameters) |
cause |
Throwable
|