IOException

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

Inheritors

actual typealias IOException = java.io.IOException
actual open class IOException(message: String?, cause: Throwable?)

Inheritors

Constructors

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