|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.db4o.ext.ObjectNotStorableException
public class ObjectNotStorableException
this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.
Configuration.exceptionsOnNotStorable(boolean)
,
Serialized FormConstructor 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 |
---|
public ObjectNotStorableException(ReflectClass a_class)
public ObjectNotStorableException(java.lang.String message)
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |