Class NotYetFlushedException

All Implemented Interfaces:
Serializable

public class NotYetFlushedException extends NucleusException
Exception thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be.
See Also:
  • Field Details

  • Constructor Details

    • NotYetFlushedException

      public NotYetFlushedException(Object pc)
      Constructs a too-many-indices exception.
      Parameters:
      pc - The persistable object
  • Method Details

    • getPersistable

      public Object getPersistable()
      Returns:
      Returns the pc.