| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException
IOException | public class IOException extends Exception (Code) | | 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.
|
Constructor Summary | |
public | IOException() Constructs a new instance of this class with its walkback filled in. | public | IOException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
IOException | public IOException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
IOException | public IOException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - The detail message for the exception. |
|
|
|