java.io
Class IOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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


Constructor Summary
IOException()
           
IOException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOException

public IOException()

IOException

public IOException(String s)