JobCancellationException
class JobCancellationException : CancellationException (source)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).
Constructors
|
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). |
Properties
val cause: Throwable? |
|
val job: JobThe job that was cancelled. |
Functions
fun hashCode(): Int |
|
fun toString(): String |