java.lang.Objectjava.lang.Throwable
java.lang.Error
java.io.IOError
public class IOError
Thrown when a serious I/O error has occurred.
| Constructor Summary | |
|---|---|
IOError(Throwable cause)
Constructs a new instance of this error, with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IOError(Throwable cause)
If the cause is not null then the detail string of the new error will be that of the given cause.
cause - The cause of this error, or null if the cause
is not known