public class InterruptedIOException extends IOException
Thread.interrupt(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
bytesTransferred
The number of bytes read/written prior to the interruption.
|
| Constructor and Description |
|---|
InterruptedIOException()
Create an extends without a descriptive error message.
|
InterruptedIOException(java.lang.String message)
Create an exception with a descriptive error message.
|
public int bytesTransferred
public InterruptedIOException()
public InterruptedIOException(java.lang.String message)
message - the descriptive error message