IOException
Constructors
Constructs an IOException
with null
as its error detail message.
Constructs an IOException
with the specified detail message.
Constructs an IOException
with the specified detail message and cause.
Constructs an IOException
with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
). This constructor is useful for IO exceptions that are little more than wrappers for other throwables.
Constructs an IOException
with null
as its error detail message.
Constructs an IOException
with the specified detail message.
Constructs an IOException
with the specified detail message and cause.
Constructs an IOException
with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
). This constructor is useful for IO exceptions that are little more than wrappers for other throwables.