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.kt15 public expect open class CancellationException(message: String?) : IllegalStateException class
18 public expect fun CancellationException(message: String?, cause: Throwable?) : CancellationException in CancellationException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt15 public actual typealias CancellationException = java.util.concurrent.CancellationException typealias
21 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DExceptions.kt13 public actual open class CancellationException( class
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DExceptions.kt13 public actual open class CancellationException( class