ReadException

class ReadException(val error: ReadError) : IOException

An IOException wrapping a ReadError.

This is meant to be used in contexts where IOException are expected.

Constructors

Link copied to clipboard
constructor(error: ReadError)

Properties

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