IOException

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

Common IOException to be defined in jvm and native code.

actual typealias IOException = IOException
actual open class IOException(message: String?, cause: Throwable?)(source)

Common IOException mapped to a custom exception class in native code.

Constructors

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

Inheritors

Link copied to clipboard