public class IOException extends Exception
Constructor and Description |
---|
IOException()
Create an exception without a descriptive error message.
|
IOException(String message)
Create an exception with a descriptive error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
public IOException()
public IOException(String message)
message
- the descriptive error message