db4o 6.1

com.db4o.ext
Class ObjectNotStorableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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(boolean), Serialized Form

Constructor Summary
ObjectNotStorableException(ReflectClass a_class)
           
ObjectNotStorableException(java.lang.String message)
           
 
Method Summary
 
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(ReflectClass a_class)

ObjectNotStorableException

public ObjectNotStorableException(java.lang.String message)

db4o 6.1