ewe.database
Class DatabaseOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.database.DatabaseOperationException

public class DatabaseOperationException
extends IOException

This is an IOException that indicates that the operation requested is illegal based on the current state of the Database. The most common cause of this is unsynchronized access to the Database by two threads.


Constructor Summary
DatabaseOperationException(String message)
           
 
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

DatabaseOperationException

public DatabaseOperationException(String message)