public class IOException extends java.lang.Exception
| Constructor and Description |
|---|
IOException()
Create an exception without a descriptive error message.
|
IOException(java.lang.String message)
Create an exception with a descriptive error message.
|
public IOException()
public IOException(java.lang.String message)
message - the descriptive error message