public class IOError extends Error
| Constructor and Description |
|---|
IOError(Throwable cause)
Constructs a new instance of IOError with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IOError(Throwable cause)
cause - The cause of this error, or null if the cause
is not known