Package com.db4o.ext
Class ObjectNotStorableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.ext.ObjectNotStorableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotStorableException extends Db4oRecoverableException
this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description ObjectNotStorableException(ReflectClass clazz)
ObjectNotStorableException(ReflectClass clazz, java.lang.String message)
ObjectNotStorableException(java.lang.String message)
-
-
-
Constructor Detail
-
ObjectNotStorableException
public ObjectNotStorableException(ReflectClass clazz)
-
ObjectNotStorableException
public ObjectNotStorableException(java.lang.String message)
-
ObjectNotStorableException
public ObjectNotStorableException(ReflectClass clazz, java.lang.String message)
-
-