public class IOException extends Exception
Constructor and Description |
---|
IOException()
Constructs an IOException with null as its error detail message.
|
IOException(String s)
Constructs an IOException with the specified detail message.
|
public IOException()
public IOException(String s)