ConcurrentIOException

class ConcurrentIOException(taskName: String, cause: Throwable? = null) : IllegalStateException

Thrown when a coroutine awaiting I/O is replaced by another.

Constructors

Link copied to clipboard
constructor(taskName: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?