org.jpox.store.exceptions
Class NotYetFlushedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byorg.jpox.store.exceptions.NotYetFlushedException
All Implemented Interfaces:
java.io.Serializable

public class NotYetFlushedException
extends javax.jdo.JDOCanRetryException

A NotYetFlushedException is thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be

Version:
$Revision: 1.4 $
See Also:
Serialized Form

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

NotYetFlushedException

public NotYetFlushedException(javax.jdo.spi.PersistenceCapable pc)
Constructs a too-many-indices exception.

Parameters:
pc - The PersistenceCapable
Method Detail

getPersistenceCapable

public javax.jdo.spi.PersistenceCapable getPersistenceCapable()
Returns:
Returns the pc.


Copyright © -2007 . All Rights Reserved.