java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChangedCharSetException, CharacterCodingException, CharConversionException, ClosedChannelException, EOFException, FileLockInterruptionException, FileNotFoundException, HttpRetryException, IIOException, InterruptedIOException, InvalidPropertiesFormatException, JMXProviderException, JMXServerErrorException, MalformedURLException, ObjectStreamException, ProtocolException, RemoteException, SaslException, SocketException, SSLException, SyncFailedException, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, UTFDataFormatException, ZipException
- See Also:
- Top Examples, Source Code,
InputStream
,
OutputStream
public IOException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IOException(String s)
- See Also:
Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples