IOException


public class IOException extends Exception

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 constructors

IOException

public IOException(String message)

IOException

public IOException(String message, Throwable cause)