Uses of Class
com.db4o.ext.Db4oRecoverableException
- 
Packages that use Db4oRecoverableException Package Description com.db4o.config com.db4o.constraints com.db4o.events com.db4o.ext com.db4o.internal 
- 
- 
Uses of Db4oRecoverableException in com.db4o.configSubclasses of Db4oRecoverableException in com.db4o.config Modifier and Type Class Description classGlobalOnlyConfigExceptiondb4o-specific exception.
 This exception is thrown when a global configuration setting is attempted on an open object container.
- 
Uses of Db4oRecoverableException in com.db4o.constraintsSubclasses of Db4oRecoverableException in com.db4o.constraints Modifier and Type Class Description classConstraintViolationExceptionBase class for all constraint exceptions.classUniqueFieldValueConstraintViolationException
- 
Uses of Db4oRecoverableException in com.db4o.eventsSubclasses of Db4oRecoverableException in com.db4o.events Modifier and Type Class Description classEventExceptiondb4o-specific exception.
 Exception thrown during event dispatching if a client provided event handler throws.
 The exception threw by the client can be retrieved by calling EventException#getCause().
- 
Uses of Db4oRecoverableException in com.db4o.extSubclasses of Db4oRecoverableException in com.db4o.ext Modifier and Type Class Description classBackupInProgressExceptiondb4o-specific exception.classDatabaseMaximumSizeReachedExceptiondb4o-specific exception.
 This exception is thrown when the database file reaches the maximum allowed size.classDatabaseReadOnlyExceptiondb4o-specific exception.
 This exception is thrown when a write operation is attempted on a database in a read-only mode.classDb4oIllegalStateExceptionThe requested operation is not valid in the current state but the database continues to operate.classInvalidIDExceptiondb4o-specific exception.
 This exception is thrown when the supplied object ID is incorrect (outside the scope of the database IDs).classInvalidPasswordExceptiondb4o-specific exception.
 This exception is thrown when a client tries to connect to a server with a wrong password or null password.classInvalidSlotExceptiondb4o-specific exception.
 This exception is thrown when db4o reads slot information which is not valid (length or address).classObjectNotStorableExceptionthis Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.classUnsupportedOrderingExceptionOrdering by non primitive fields works only for classes that implement theActivatableinterface andTransparentActivationSupportis enabled.
- 
Uses of Db4oRecoverableException in com.db4o.internalSubclasses of Db4oRecoverableException in com.db4o.internal Modifier and Type Class Description classIllegalComparisonExceptionclassReflectExceptiondb4o-specific exception.
 
 This exception is thrown when one of the db4o reflection methods fails.
 
-