java.io
Class IOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
- Direct Known Subclasses:
- CertificateException, CharConversionException, ConnectionNotFoundException, EOFException, FileNotFoundException, HttpConnection.ConnectionTimeoutException, InterruptedIOException, MalformedURLException, ObjectStreamException, ProtocolException, SocketException, SSLException, SyncFailedException, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, URIException, URLException, UTFDataFormatException
public class IOException
- extends Exception
Standard exception class, as specified by the standard Java API.
Compliance: CLDC: 1.0 complete
Compliance: J2SE: 1.4 complete
IOException
public IOException()
IOException
public IOException(String s)