Package org.datanucleus.exceptions
Class NotYetFlushedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NotYetFlushedException
- All Implemented Interfaces:
Serializable
Exception thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be.
- See Also:
-
Field Summary
FieldsFields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
pc
-
-
Constructor Details
-
NotYetFlushedException
Constructs a too-many-indices exception.- Parameters:
pc
- The persistable object
-
-
Method Details
-
getPersistable
- Returns:
- Returns the pc.
-