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