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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOError
Constructs a new instance with its cause filled in.- Parameters:
cause- The detail cause for the error.
-