Class SearchException

  • All Implemented Interfaces:
    Serializable

    public final class SearchException
    extends Exception
    The Class SearchException.
    Defines the exception that wraps the underlying cause when performing search queries against the index.
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchException

        public SearchException​(String message,
                               Throwable cause)
        Instantiates a new SearchException.
        Parameters:
        message - the message.
        cause - the cause
      • SearchException

        public SearchException​(Throwable cause)
        Instantiates a new SearchException.
        Parameters:
        cause - the cause
      • SearchException

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