InterruptedIOException

expect open class InterruptedIOException : IOException(source)

Inheritors

actual open class InterruptedIOException : IOException(source)

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

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

Functions

Link copied to clipboard

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.