<init>

JobCancellationException(
    message: String,
    cause: Throwable?,
    job: Job)

Thrown by cancellable suspending functions if the Job of the coroutine is cancelled or completed without cause, or with a cause or exception that is not CancellationException (see Job.getCancellationException).