Class IndexingException

  • All Implemented Interfaces:
    Serializable

    public class IndexingException
    extends NitriteException
    Exception thrown when there is an error with indexing in Nitrite.
    Since:
    1.0
    Author:
    Anindya Chatterjee
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexingException

        public IndexingException​(String message)
        Instantiates a new Indexing exception.
        Parameters:
        message - the message
      • IndexingException

        public IndexingException​(String message,
                                 Throwable cause)
        Instantiates a new Indexing exception.
        Parameters:
        message - the message
        cause - the cause