Added in API level 16
OperationCanceledException
open class OperationCanceledException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.os.OperationCanceledException | |||
An exception type that is thrown when an operation in progress is canceled.
Summary
| Public constructors | |
|---|---|
OperationCanceledException(message: String!) |
|