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