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

IOException

public actual typealias IOException = @NonNull <Error class: unknown class>


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

Summary

Public constructors

IOException(String message, Throwable cause)

Public methods

Throwable
String

Public constructors

IOException

public IOException(String message)

IOException

public IOException(String message, Throwable cause)

Public methods

getCause

public Throwable getCause()

getMessage

public String getMessage()