LinkedParentJobCancellationException
class LinkedParentJobCancellationException(val message: String?, val cause: Throwable?) : CancellationException(source)
See also
Properties
Inherited functions
Link copied to clipboard
在 Java 中会使用 initCause
, 其他平台下会使用 addSuppressed 添加到 suppressedExceptions 中。
在 Java 中会使用 initCause
, 其他平台下会使用 addSuppressed 添加到 suppressedExceptions 中。
在 Java 中会使用 initCause
, 其他平台下会使用 addSuppressed 添加到 suppressedExceptions 中。
在 Java 中会使用 initCause
, 其他平台下会使用 addSuppressed 添加到 suppressedExceptions 中。
在 Java 中会使用 initCause
, 其他平台下会使用 addSuppressed 添加到 suppressedExceptions 中。