Home
last modified time | relevance | path

Searched defs:CancellationException (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DExceptions.common.kt13 public expect open class CancellationException(message: String?) : IllegalStateException class
16 public expect fun CancellationException(message: String?, cause: Throwable?) : CancellationException in CancellationException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt26 public actual typealias CancellationException = java.util.concurrent.CancellationException typealias
32 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DExceptions.kt24 public actual open class CancellationException actual constructor(message: String?) : IllegalStateE… class
30 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DExceptions.kt24 public actual open class CancellationException actual constructor(message: String?) : IllegalStateE… class
30 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method