Searched defs:CancellationException (Results 1 – 4 of 4) sorted by relevance
11 public expect open class CancellationException(message: String?) : IllegalStateException class13 public expect fun CancellationException(message: String?, cause: Throwable?) : CancellationException in CancellationException() method
9 public actual typealias CancellationException = kotlin.coroutines.cancellation.CancellationException typealias13 public actual fun CancellationException(message: String?, cause: Throwable?): CancellationException… in CancellationException() method
11 public actual typealias CancellationException = java.util.concurrent.CancellationException typealias16 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method