{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

IOException


Common IOException mapped to java.io.Exception in jvm code.

Summary

Public constructors

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

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?