Class UnknownIndexException

All Implemented Interfaces:
Serializable

public class UnknownIndexException extends DatabaseException
Thrown when an unknown index is accessed.
See Also:
  • Constructor Details

    • UnknownIndexException

      public UnknownIndexException(String indexName, String description)
      Constructor.
      Parameters:
      indexName - unknown index name
      description - description of the problem
  • Method Details

    • getIndexName

      public String getIndexName()
      Get the name of the index that was not recognized.
      Returns:
      unrecognized index name