public class InterruptedIOException extends IOException
Thread.interrupt()
,
Serialized FormModifier 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(String message)
Create an exception with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int bytesTransferred
public InterruptedIOException()
public InterruptedIOException(String message)
message
- the descriptive error message