CancellationException

Common
JVM
1.4
fun CancellationException(
    message: String?,
    cause: Throwable?
): CancellationException

(Common source) (JVM source)

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

Common
JVM
1.4
fun CancellationException(
    cause: Throwable?
): CancellationException

(Common source) (JVM source)

Creates an instance of CancellationException with the given cause.