public class InterruptedIOException extends IOException { // Public Constructors public InterruptedIOException( ); public InterruptedIOException(String s); // Public Instance Variables public int bytesTransferred; }