public class 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(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()