Class GsaConfigException

All Implemented Interfaces:
Serializable

public class GsaConfigException extends FessSystemException
Exception thrown when GSA (Google Search Appliance) configuration errors occur. This exception extends FessSystemException and is used to handle specific configuration-related issues when working with GSA integration.
See Also:
  • Constructor Details

    • GsaConfigException

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

      public GsaConfigException(String message)
      Constructs a new GSA configuration exception with the specified detail message.
      Parameters:
      message - the detail message describing the configuration error