java.io
public class: IOException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedDataTypeException, IIOInvalidTreeException, ServerException, InvalidActivityException, FilerException, AccessException, InvalidPropertiesFormatException, InvalidClassException, SSLProtocolException, SocketTimeoutException, AuthenticationException, UnmappableCharacterException, WriteAbortedException, SSLKeyException, StreamCorruptedException, UnsupportedEncodingException, AsynchronousCloseException, InvalidObjectException, SSLHandshakeException, SocketException, ActivateFailedException, CharConversionException, ConnectException, PortUnreachableException, BindException, NoSuchObjectException, HttpRetryException, TransactionRequiredException, InvalidTransactionException, NoMagicException, ChangedCharSetException, SSLPeerUnverifiedException, ExportException, OptionalDataException, SaslException, RemoteException, UnknownServiceException, ObjectStreamException, ClosedByInterruptException, ClosedChannelException, TransactionRolledbackException, UnknownHostException, ServerRuntimeException, MalformedInputException, ConnectException, JMXProviderException, StubNotFoundException, SSLException, InterruptedIOException, SkeletonNotFoundException, UnknownHostException, FileLockInterruptionException, JarException, UnmarshalException, EOFException, ConnectIOException, NoRouteToHostException, UnexpectedException, MarshalException, ZipException, ActivityCompletedException, ProtocolException, SocketSecurityException, JMXServerErrorException, SyncFailedException, ServerError, FileNotFoundException, CharacterCodingException, SkeletonMismatchException, IIOException, ActivityRequiredException, NotActiveException, MalformedURLException, NotSerializableException, UTFDataFormatException
Signals that an I/O exception of some sort has occurred. This
class is the general class of exceptions produced by failed or
interrupted I/O operations.
| Field Summary |
|---|
| static final long | serialVersionUID | |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |