ewe.database
Class DatabaseOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ewe.io.IOException
ewe.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.
DatabaseOperationException
public DatabaseOperationException(String message)