Class ClosedIndexException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeletedIndexException

public class ClosedIndexException extends DatabaseException
Thrown when attempting to access or modify the contents of an index through a closed reference.
See Also:
  • Constructor Details

    • ClosedIndexException

      public ClosedIndexException()
  • Method Details