UncheckedIOException

Wraps an IOException with an unchecked exception.

Since

1.8

Constructors

Link copied to clipboard
constructor(message: String, cause: IOException)

Constructs an instance of this class.

constructor(cause: IOException)

Constructs an instance of this class.

Properties

Link copied to clipboard
open override val cause: IOException
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard