ewe.io
Class IOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
Direct Known Subclasses:
BackupException, CorruptedDataException, DatabaseOperationException, EncryptedDataException, EOFException, FileNotFoundException, InconsistentDatabaseStateException, InterruptedIOException, MalformedURLException, ObjectStreamException, ReadOnlyException, RemoteCallException, RestoreException, SocketException, UnknownHostException, UnsupportedEncodingException, UTFDataFormatException, ZipException

public class IOException
extends Exception


Constructor Summary
IOException()
           
IOException(String msg)
           
IOException(String message, Throwable cause)
           
IOException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

IOException

public IOException(String msg)

IOException

public IOException()

IOException

public IOException(Throwable cause)

IOException

public IOException(String message,
                   Throwable cause)