Package java.io

Class InterruptedIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SocketTimeoutException

public class InterruptedIOException extends IOException
See Also:
  • Field Details

    • bytesTransferred

      public int bytesTransferred
  • Constructor Details

    • InterruptedIOException

      public InterruptedIOException()
    • InterruptedIOException

      public InterruptedIOException(String var0)