InterruptedIOException.InterruptedIOException

InterruptedIOException.InterruptedIOException

Class Overview | Class Members | This Package | All Packages

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



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