Package java.io
Class InterruptedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.InterruptedIOException
-
- All Implemented Interfaces:
Serializable
public class InterruptedIOException extends IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
bytesTransferred
-
Constructor Summary
Constructors Constructor Description InterruptedIOException()
InterruptedIOException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
InterruptedIOException
public InterruptedIOException()
-
InterruptedIOException
public InterruptedIOException(String var0)
-
-