InterruptedIOException (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SocketTimeoutException
-
Field Summary
Fields
intReports how many bytes had been transferred as part of the I/O operation before it was interrupted.
-
Constructor Summary
Constructors
Constructs an
InterruptedIOExceptionwithnullas its error detail message.Constructs an
InterruptedIOExceptionwith the specified detail message. -
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
bytesTransferred
-
-
Constructor Details
-
InterruptedIOException
-
InterruptedIOException
-