public class InterruptedIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
int |
bytesTransferred
The number of bytes transferred before the I/O interrupt occurred.
|
| Constructor and Description |
|---|
InterruptedIOException()
Constructs a new instance.
|
InterruptedIOException(String detailMessage)
Constructs a new instance with the given detail message.
|
InterruptedIOException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int bytesTransferred
public InterruptedIOException()
public InterruptedIOException(String detailMessage)