Searched defs:CancellationException (Results 1 – 4 of 4) sorted by relevance
15 public expect open class CancellationException(message: String?) : IllegalStateException class18 public expect fun CancellationException(message: String?, cause: Throwable?) : CancellationException in CancellationException() method
15 public actual typealias CancellationException = java.util.concurrent.CancellationException typealias21 public actual fun CancellationException(message: String?, cause: Throwable?) : CancellationExceptio… in CancellationException() method
13 public actual open class CancellationException( class