OperationCanceledException
open class OperationCanceledException : RuntimeException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | androidx.core.os.OperationCanceledException |
An exception type that is thrown when an operation in progress is canceled.
Summary
Public constructors | |
---|---|
<init>() |
|
Public constructors
<init>
OperationCanceledException()
<init>
OperationCanceledException(@Nullable message: String?)