Package org.codelibs.fess.exception
Class GsaConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.GsaConfigException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionGsaConfigException(String message) Constructs a new GSA configuration exception with the specified detail message.GsaConfigException(String message, Throwable cause) Constructs a new GSA configuration exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GsaConfigException
Constructs a new GSA configuration exception with the specified detail message and cause.- Parameters:
message- the detail message describing the configuration errorcause- the cause of the exception
-
GsaConfigException
Constructs a new GSA configuration exception with the specified detail message.- Parameters:
message- the detail message describing the configuration error
-