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.ChainedRuntimeExceptionChainedRuntimeException.ChainedRuntimeExceptionMixin
 
- 
 - 
Constructor SummaryConstructors Constructor Description ObjectNotStorableException(ReflectClass clazz)ObjectNotStorableException(ReflectClass clazz, java.lang.String message)ObjectNotStorableException(java.lang.String message)
 
- 
- 
- 
Constructor Detail- 
ObjectNotStorableExceptionpublic ObjectNotStorableException(ReflectClass clazz) 
 - 
ObjectNotStorableExceptionpublic ObjectNotStorableException(java.lang.String message) 
 - 
ObjectNotStorableExceptionpublic ObjectNotStorableException(ReflectClass clazz, java.lang.String message) 
 
- 
 
-