|
|||||||||||
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
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
org.jpox.store.exceptions.NotYetFlushedException
A NotYetFlushedException is thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be
Constructor Summary | |
NotYetFlushedException(javax.jdo.spi.PersistenceCapable pc)
Constructs a too-many-indices exception. |
Method Summary | |
javax.jdo.spi.PersistenceCapable |
getPersistenceCapable()
|
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotYetFlushedException(javax.jdo.spi.PersistenceCapable pc)
pc
- The PersistenceCapableMethod Detail |
public javax.jdo.spi.PersistenceCapable getPersistenceCapable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |