Home
last modified time | relevance | path

Searched refs:cancellationExceptionMessage (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DAbstractCoroutine.kt97 override fun cancellationExceptionMessage(): String = "$classSimpleName was cancelled" in cancellationExceptionMessage() method
DJobSupport.kt617 protected open fun cancellationExceptionMessage(): String = "Job was cancelled" in <lambda>() method
700 JobCancellationException(message ?: cancellationExceptionMessage(), cause, this) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api6 protected fun cancellationExceptionMessage ()Ljava/lang/String;
410 protected fun cancellationExceptionMessage ()Ljava/lang/String;