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.
|
IOException(String s,
Throwable cause)
Constructs an IOException with the specified detail message and cause.
|
IOException(Throwable cause)
Constructs an IOException with the specified cause.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public IOException()
public IOException(String s)
public IOException(Throwable cause)
cause
-