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
|