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

Public constructors

OperationCanceledException

Added in API level 16
OperationCanceledException()

OperationCanceledException

Added in API level 16
OperationCanceledException(message: String!)