Class IndexException

  • All Implemented Interfaces:
    Serializable

    public final class IndexException
    extends Exception
    The Class IndexException.
    API specific exception wrapping the underlying cause and generated when an exception occurs during the index process.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexException

        public IndexException​(String message,
                              Throwable throwable)
        Instantiates a new IndexException.
        Parameters:
        message - the message being wrapped.
        throwable - the throwable being wrapped.
      • IndexException

        public IndexException​(Throwable throwable)
        Instantiates a new IndexException.
        Parameters:
        throwable - the throwable
      • IndexException

        public IndexException​(String message)
        Instantiates a new IndexException.
        Parameters:
        message - the message