java.io

Class IOError

public class IOError extends Error

Throw when unrecoverable I/O error happens.

Since: 1.6

Constructor Summary
IOError(Throwable cause)
Create a new instance with a cause.

Constructor Detail

IOError

public IOError(Throwable cause)
Create a new instance with a cause.

Parameters: cause the cause