java.io.IOException (JDK 1.0)
Signals that an exceptional condition has occurred during input or output. This class has several more specific subclasses. See EOFException, FileNotFoundException, InterruptedIOException, and UTFDataFormatException.
public classIOExceptionextends Exception { //Public ConstructorspublicIOException(); publicIOException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException
Extended By:
CharConversionException, EOFException, FileNotFoundException, InterruptedIOException, MalformedURLException, ObjectStreamException, ProtocolException, SocketException, SyncFailedException, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, UTFDataFormatException, ZipException
Thrown By:
Many methods