ewe.database
Class DatabaseIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byewe.database.DatabaseIOException

public class DatabaseIOException
extends RuntimeException


Constructor Summary
DatabaseIOException(IOException e)
           
 
Method Summary
 IOException toIOException()
           
 
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

DatabaseIOException

public DatabaseIOException(IOException e)
Method Detail

toIOException

public IOException toIOException()