Package java.io
Class IOError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.io.IOError
-
- All Implemented Interfaces:
Serializable
public class IOError extends Error
This error is thrown when a severe I/O error has happened.- Since:
- 1.6
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOError
public IOError(Throwable cause)
Constructs a new instance with its cause filled in.- Parameters:
cause- The detail cause for the error.
-
-