IOException

expect open class IOException(message: String?, cause: Throwable?) : Exception

Inheritors

actual typealias IOException = java.io.IOException

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)
expect constructor(message: String?, cause: Throwable?)

Inherited properties

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