IOException.IOException

IOException.IOException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public IOException()
Description
Constructs an IOException with no detail message.



Syntax 2
public IOException( String s )
Parameters
s
the detail message.
Description
Constructs an IOException with the specified detail message.