InterruptedIOException.InterruptedIOException
Class Overview | Class Members |
This Package |
All Packages
public InterruptedIOException()
Description
Constructs an InterruptedIOException with no detail
message.
public InterruptedIOException( String s )
Parameters
- s
- the detail message.
Description
Constructs an InterruptedIOException with the
specified detail message.