public class InterruptedIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
int |
bytesTransferred
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
|
| Constructor and Description |
|---|
InterruptedIOException()
Constructs an InterruptedIOException with null as its error detail message.
|
InterruptedIOException(String s)
Constructs an InterruptedIOException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic int bytesTransferred
public InterruptedIOException()
public InterruptedIOException(String s)