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 String
Cmn
open String
JS

Inherited properties

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

Public constructors

IOException

IOException(message: String?)

IOException

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