Uses of Class
com.db4o.foundation.ChainedRuntimeException
-
Packages that use ChainedRuntimeException Package Description com.db4o.config com.db4o.constraints com.db4o.cs.internal com.db4o.events com.db4o.ext com.db4o.foundation com.db4o.internal com.db4o.qlin -
-
Uses of ChainedRuntimeException in com.db4o.config
Subclasses of ChainedRuntimeException 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 ChainedRuntimeException in com.db4o.constraints
Subclasses of ChainedRuntimeException in com.db4o.constraints Modifier and Type Class Description classConstraintViolationExceptionBase class for all constraint exceptions.classUniqueFieldValueConstraintViolationException -
Uses of ChainedRuntimeException in com.db4o.cs.internal
Subclasses of ChainedRuntimeException in com.db4o.cs.internal Modifier and Type Class Description classInternalServerError -
Uses of ChainedRuntimeException in com.db4o.events
Subclasses of ChainedRuntimeException 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 ChainedRuntimeException in com.db4o.ext
Subclasses of ChainedRuntimeException in com.db4o.ext Modifier and Type Class Description classBackupInProgressExceptiondb4o-specific exception.classCompositeDb4oExceptionclassDatabaseClosedExceptiondb4o-specific exception.classDatabaseFileLockedExceptiondb4o-specific exception.
this Exception is thrown during any of the db4o open calls if the database file is locked by another process.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.classDb4oExceptiondb4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of this type.classDb4oFatalExceptionclassDb4oFileHeaderCorruptionExceptionclassDb4oIllegalStateExceptionThe requested operation is not valid in the current state but the database continues to operate.classDb4oIOExceptiondb4o-specific exception.
This exception is thrown when a system IO exception is encounted by db4o process.classDb4oRecoverableExceptionclassDb4oUnexpectedExceptionUnexpected fatal error is encountered.classEmergencyShutdownReadOnlyExceptionA previous IO exception has switched the database file to read-only mode for controlled shutdown.classIncompatibleFileFormatExceptiondb4o-specific exception.
This exception is thrown when the database file format is not compatible with the applied configuration.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.classOldFormatExceptiondb4o-specific exception.
This exception is thrown when an old file format was detected andConfiguration.allowVersionUpdates(boolean)is set to false.classUnsupportedOldFormatExceptionThis exception is thrown while reading old database files for which support has been dropped.classUnsupportedOrderingExceptionOrdering by non primitive fields works only for classes that implement theActivatableinterface andTransparentActivationSupportis enabled. -
Uses of ChainedRuntimeException in com.db4o.foundation
Fields in com.db4o.foundation declared as ChainedRuntimeException Modifier and Type Field Description ChainedRuntimeExceptionChainedRuntimeException.ChainedRuntimeExceptionMixin. _subjectConstructors in com.db4o.foundation with parameters of type ChainedRuntimeException Constructor Description ChainedRuntimeExceptionMixin(ChainedRuntimeException mixee)ChainedRuntimeExceptionMixin(ChainedRuntimeException mixee, java.lang.String msg)ChainedRuntimeExceptionMixin(ChainedRuntimeException mixee, java.lang.String msg, java.lang.Throwable cause) -
Uses of ChainedRuntimeException in com.db4o.internal
Subclasses of ChainedRuntimeException in com.db4o.internal Modifier and Type Class Description classFieldIndexExceptionclassIllegalComparisonExceptionclassReflectExceptiondb4o-specific exception.
This exception is thrown when one of the db4o reflection methods fails. -
Uses of ChainedRuntimeException in com.db4o.qlin
Subclasses of ChainedRuntimeException in com.db4o.qlin Modifier and Type Class Description classPrototypesExceptionexception for the the Prototypes world.classQLinExceptionexceptions to signal improper use of theQLinquery interface.
-