| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.io.IOException | ||
This IO exception is thrown when a program encounters some sort I/O error. Details may be specified in the constructor or by one of the subclasses.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of this class with its walkback filled in.
| |||||||||||
Constructs a new instance of this class with its walkback and message
filled in.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
| |||||||||||
From class java.lang.Object
| |||||||||||
Constructs a new instance of this class with its walkback filled in.
Constructs a new instance of this class with its walkback and message filled in.
| detailMessage | The detail message for the exception. |
|---|