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:
    Serialized Form
    • Constructor Detail

      • NotYetFlushedException

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

      • getPersistable

        public Object getPersistable()
        Returns:
        Returns the pc.