Searched defs:CancellationException (Results 1 – 4 of 4) sorted by relevance
13 public expect open class CancellationException(message: String?) : IllegalStateException class16 public expect fun CancellationException(message: String?, cause: Throwable?) : CancellationException in CancellationException() method
26 public actual typealias CancellationException = java.util.concurrent.CancellationException typealias32 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method
24 public actual open class CancellationException actual constructor(message: String?) : IllegalStateE… class30 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method