Class SearchEngineClientException

All Implemented Interfaces:
Serializable

public class SearchEngineClientException extends FessSystemException
Exception thrown when search engine client operations fail. This exception wraps underlying search engine errors and provides meaningful error messages for troubleshooting.
See Also:
  • Constructor Details

    • SearchEngineClientException

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

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