OperationCanceledException

Added in 1.1.0

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

OperationCanceledException

Added in 1.1.0
OperationCanceledException()

OperationCanceledException

Added in 1.1.0
OperationCanceledException(message: String?)