public class InterruptedIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
int |
bytesTransferred |
| Constructor and Description |
|---|
InterruptedIOException()
Create an exception without a descriptive error message.
|
InterruptedIOException(String message)
Create an exception with a descriptive error message.
|
InterruptedIOException(String message,
Throwable cause) |
InterruptedIOException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InterruptedIOException()
public InterruptedIOException(String message)
message - the descriptive error messagepublic InterruptedIOException(Throwable cause)