java.io
public class InterruptedIOException extends IOException
See Also: interrupt
UNKNOWN: updated to 1.4
| Field Summary | |
|---|---|
| int | bytesTransferred
The number of bytes read/written prior to the interruption.
|
| Constructor Summary | |
|---|---|
| InterruptedIOException()
Create an extends without a descriptive error message. | |
| InterruptedIOException(String message)
Create an exception with a descriptive error message.
| |
Serial: count of bytes successfully transferred
Parameters: message the descriptive error message