IOException


Known direct subclasses
CorruptionException

A subclass of IOException that indicates that the file could not be de-serialized due to data format corruption.


Common IOException to be defined in jvm and native code.

Summary

Public constructors

IOException(message: String?)
Cmn
N
JS
IOException(message: String?, cause: Throwable?)
Cmn
N
JS

Inherited functions

From kotlin.Throwable
open external String
Cmn
open external String
JS

Inherited properties

From kotlin.Throwable
open external Throwable?
Cmn
open external Throwable?
JS
open external String?
Cmn
open external String?
JS

Public constructors

IOException

IOException(message: String?)

IOException

IOException(message: String?, cause: Throwable?)