Searched refs:JobCancellationException (Results 1 – 16 of 16) sorted by relevance
29 internal actual class JobCancellationException public actual constructor( class33 ) : CancellationException(message), CopyableThrowable<JobCancellationException> {53 override fun createCopy(): JobCancellationException? { in createCopy()55 return JobCancellationException(message!!, this, job) in createCopy()68 …other is JobCancellationException && other.message == message && other.job == job && other.cause =…
32 } catch (e: JobCancellationException) { in <lambda>()34 val cause = e.cause as JobCancellationException // shall be recovered JCE in <lambda>()127 } catch (e: JobCancellationException) { in <lambda>()129 val cause = e.cause as JobCancellationException // shall be recovered JCE in <lambda>()
47 assertFailsWith<JobCancellationException> { job.ensureActive() } in <lambda>()48 assertFailsWith<JobCancellationException> { scope.ensureActive() } in <lambda>()49 assertFailsWith<JobCancellationException> { scope.coroutineContext.ensureActive() } in <lambda>()82 assertTrue(exception is JobCancellationException) in <lambda>()
123 } catch (e: JobCancellationException) { in <lambda>()126 val cause = e.cause as JobCancellationException // shall be recovered JCE in <lambda>()
52 assertTrue(c.getCancellationException() is JobCancellationException) in checkCompleteOk()77 assertTrue(c.getCancellationException() is JobCancellationException) in checkCancelWithException()
25 internal actual class JobCancellationException public actual constructor( class33 …other is JobCancellationException && other.message == message && other.job == job && other.cause =… in toString()
1 kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@2a06d3506 Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@…
20 internal expect class JobCancellationException( in CancellationException() class
655 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable()
420 else -> JobCancellationException("$classSimpleName has completed normally", null, this) in <lambda>()700 JobCancellationException(message ?: cancellationExceptionMessage(), cause, this) in <lambda>()711 …return (rootCause as? CancellationException) ?: JobCancellationException("Parent job is ${stateStr… in <lambda>()
162 assertFailsWith<JobCancellationException> { in <lambda>()
173 val cause = e.cause as JobCancellationException // shall be recovered JCE in <lambda>()
585 …* Unwrap `JobCancellationException` properly to provide exception transparency over whole call cha…887 …* `JobCancellationException` is introduced as a specific subclass of `CancellationException` which…
META-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
META-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...