Package java.io
Class IOError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.io.IOError
-
- All Implemented Interfaces:
Serializable
,Modified
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
getMessage, printStackTrace, printStackTrace, 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.
-
-