Class FessSystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandExecutionException, ContainerNotAvailableException, ContentNotFoundException, DataStoreException, DictionaryException, FessUserNotFoundException, GsaConfigException, InvalidAccessTokenException, InvalidQueryException, JobNotFoundException, JobProcessingException, LdapConfigurationException, LdapOperationException, LlmException, PluginException, QueryParseException, ResultOffsetExceededException, ScheduledJobException, ScriptEngineException, SearchEngineClientException, SearchQueryException, SsoLoginException, SsoMessageException, SsoProcessException, StorageException, ThemeException, ThumbnailGenerationException, UnsupportedSearchException, WebApiException

public class FessSystemException extends RuntimeException
System exception class for the Fess search engine. This exception is thrown when system-level errors occur in the Fess application, such as configuration errors, initialization failures, or critical runtime issues.
See Also:
  • Constructor Details

    • FessSystemException

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

      public FessSystemException(String message)
      Constructs a new FessSystemException with the specified detail message.
      Parameters:
      message - the detail message describing the exception
    • FessSystemException

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

      protected FessSystemException(String message, boolean enableSuppression, boolean writableStackTrace)
      Constructs a new FessSystemException with the specified detail message and suppression settings.
      Parameters:
      message - the detail message describing the exception
      enableSuppression - whether suppression is enabled or disabled
      writableStackTrace - whether the stack trace should be writable