java.io
public class IOException extends Exception
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| IOException()
Create an exception without a descriptive error message. | |
| IOException(String message)
Create an exception with a descriptive error message.
| |
Parameters: message the descriptive error message