db4o 4.0

com.db4o.ext
Class ObjectNotStorableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.db4o.ext.ObjectNotStorableException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotStorableException
extends java.lang.RuntimeException

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

See Also:
Configuration#exceptionsOnNotStorable()., Serialized Form

Constructor Summary
ObjectNotStorableException(java.lang.Class a_class)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotStorableException

public ObjectNotStorableException(java.lang.Class a_class)

db4o 4.0