db4o

ObjectNotStorableException Class

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

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

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

[Visual Basic]
Public Class ObjectNotStorableException
    Inherits RuntimeException
[C#]
public class ObjectNotStorableException : RuntimeException
[C++]
public __gc class ObjectNotStorableException : public RuntimeException
[JScript]
public class ObjectNotStorableException extends 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

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

Requirements

Namespace: com.db4o.ext

Assembly: db4o (in db4o.dll)

See Also

ObjectNotStorableException Members | com.db4o.ext Namespace | com.db4o.config.Configuration.exceptionsOnNotStorable