Package es.uam.eps.ir.relison.content.index.exceptions

Index related exceptions.
  • Exception Summary 
    Exception Description
    NoIndexException
    Exception for the case when an index does not exist
    WrongModeException
    Exception which is thrown when a index is tried to operate in the wrong mode (if the index is configured in read mode, and the user tries to write into it, or if the index is configured in write mode, and the user to read it).