db4o

Db4oException Class

db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of rhis type.

For a list of all members of this type, see Db4oException Members.

System.Object
   System.Exception
      j4o.lang.RuntimeException
         com.db4o.ext.Db4oException

public class Db4oException : RuntimeException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of rhis type. The original exception, if any, is available through com.db4o.ext.Db4oException.Cause .

Requirements

Namespace: com.db4o.ext

Assembly: db4o (in db4o.dll)

See Also

Db4oException Members | com.db4o.ext Namespace