[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/InterruptedIOException.html [Back]  [Original]

InterruptedIOException (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Field Summary
  3. Constructor Summary
  4. Method Summary
  5. Field Details
    1. bytesTransferred
  6. Constructor Details
    1. InterruptedIOException()
    2. InterruptedIOException(String)

Class InterruptedIOException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SocketTimeoutException

public class InterruptedIOException extends IOException
Signals that an I/O operation has been interrupted. An InterruptedIOException is thrown to indicate that an input or output transfer has been terminated because the thread performing it was interrupted. The field bytesTransferred indicates how many bytes were successfully transferred before the interruption occurred.
Since:
1.0
See Also:


Web Proxy Viewer  |  New URL  |  Original Page