Package com.db4o.ext
Class Db4oIllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.ext.Db4oIllegalStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class Db4oIllegalStateException extends Db4oRecoverableException
The requested operation is not valid in the current state but the database continues to operate.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description Db4oIllegalStateException(java.lang.String message)
Db4oIllegalStateException(java.lang.Throwable cause)
-