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
IOException(message: String?, cause: Throwable?)
Cmn
N

Public properties

open Throwable?
Cmn
open String?
Cmn

Public constructors

IOException

IOException(message: String?)

IOException

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

Public properties

cause

open val causeThrowable?

message

open val messageString?