class |
ConstraintViolationException |
Base class for exceptions thrown when a constraint would be violated during a put operation.
|
class |
DbDetachedException |
|
class |
DbFullException |
Thrown when applying a database operation would exceed the (default)
maxSizeInKByte configured for the Store.
|
class |
DbMaxDataSizeExceededException |
Thrown when applying a transaction would exceed the maxDataSizeInKByte
configured for the store.
|
class |
DbMaxReadersExceededException |
Thrown when the maximum of readers (read transactions) was exceeded.
|
class |
DbSchemaException |
Thrown when there is an error with the data schema (data model).
|
class |
DbShutdownException |
Thrown when an error occurred that requires the store to be closed.
|
class |
FeatureNotAvailableException |
Thrown when a special feature was used, which is not part of the native library.
|
class |
FileCorruptException |
Errors were detected in a database file, e.g.
|
class |
NonUniqueResultException |
|
class |
NumericOverflowException |
Thrown if a property query aggregate function can not compute a result due to a number type overflowing.
|
class |
PagesCorruptException |
Errors related to pages were detected in a database file, e.g.
|
class |
UniqueViolationException |
Thrown when a @ Unique constraint would be violated during a put operation.
|