Summary
db4o exception wrapper: Exceptions occurring during internal processing
will be proliferated to the client calling code encapsulated in an exception
of this type.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Base Types
-
- Exception
- Derived Types
graph BT
Type-->Base0["Exception"]
Type["Db4oException"]
class Type type-node
Derived0["Db4oRecoverableException"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oRecoverableException"
Derived1["Db4oFatalException"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oFatalException"
Derived2["QLinException"]-->Type
click Derived2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Qlin/QLinException"
Syntax
[System.Serializable]
public class Db4oException : Exception
Remarks
db4o exception wrapper: Exceptions occurring during internal processing
will be proliferated to the client calling code encapsulated in an exception
of this type. The original exception, if any, is available through
Db4oException#getCause().
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Db4oException |
Simple constructor |
Db4oException |
Constructor with an exception cause specified |
Db4oException |
Constructor with an exception message selected from the internal message collection. |
Db4oException |
Constructor with an exception message and cause specified |
Db4oException |
Constructor with an exception message specified |