Package org.codelibs.fess.exception
Class UnsupportedSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.UnsupportedSearchException
- All Implemented Interfaces:
Serializable
Exception thrown when an unsupported search operation is requested.
This exception indicates that the requested search functionality is not available or supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new UnsupportedSearchException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedSearchException
Constructs a new UnsupportedSearchException with the specified message.- Parameters:
msg- the exception message
-