public class OperationCanceledException
extends RuntimeException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.os.OperationCanceledException | |||
正在进行的操作取消时引发的异常类型。
也可以看看:
Public constructors |
|
|---|---|
OperationCanceledException() |
|
OperationCanceledException(String message) |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
OperationCanceledException (String message)
| Parameters | |
|---|---|
message |
String
|