Package java.io
Class IOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CharConversionException
,ConnectionNotFoundException
,EOFException
,FileNotFoundException
,InterruptedIOException
,MalformedURLException
,ObjectStreamException
,ProtocolException
,SocketException
,SyncFailedException
,UnknownHostException
,UnknownServiceException
,UnsupportedEncodingException
,UTFDataFormatException
,ZipException
public class IOException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOException()
IOException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
IOException
public IOException()
-
IOException
public IOException(String var0)
-
-