db4o 2.5

com.db4o.ext
Class ObjectNotStorableException

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

Constructor Summary
ObjectNotStorableException(java.lang.String className)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotStorableException

public ObjectNotStorableException(java.lang.String className)

db4o 2.5