Signals a general, I/O-related error. Error details may be specified when calling the constructor, as usual. Note there are also several subclasses of this class for more specific error situations, such as FileNotFoundException or EOFException.
◆ IOException() [1/2]
java.io.IOException.IOException |
( |
| ) |
|
|
inline |
Constructs a new
with its stack trace filled in.
◆ IOException() [2/2]
java.io.IOException.IOException |
( |
String |
detailMessage | ) |
|
|
inline |
Constructs a new
with its stack trace and detail message filled in.
- Parameters
-
detailMessage | the detail message for this exception. |
The documentation for this class was generated from the following file:
- src/java/io/IOException.java