CancellationException

Platform and version requirements: JVM (1.4)
fun CancellationException(
    message: String?, 
    cause: Throwable?
): CancellationException

Creates an instance of CancellationException with the given message and cause.

Platform and version requirements: JVM (1.4)
fun CancellationException(
    cause: Throwable?
): CancellationException

Creates an instance of CancellationException with the given cause.

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.cancellation/-cancellation-exception.html