Class SearchQueryException

All Implemented Interfaces:
Serializable

public class SearchQueryException extends FessSystemException
Exception thrown when there are issues with search query processing. This exception is typically thrown when query parsing, serialization, or processing fails during search operations. It extends FessSystemException to provide specific handling for search query-related errors.
See Also:
  • Constructor Details

    • SearchQueryException

      public SearchQueryException(String message, Throwable cause)
      Constructs a new SearchQueryException with the specified detail message and cause.
      Parameters:
      message - The detail message explaining the exception
      cause - The cause of this exception
    • SearchQueryException

      public SearchQueryException(String message)
      Constructs a new SearchQueryException with the specified detail message.
      Parameters:
      message - The detail message explaining the exception
    • SearchQueryException

      public SearchQueryException(Throwable cause)
      Constructs a new SearchQueryException with the specified cause.
      Parameters:
      cause - The cause of this exception