Class UnsupportedSearchException

All Implemented Interfaces:
Serializable

public class UnsupportedSearchException extends FessSystemException
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 Details

    • UnsupportedSearchException

      public UnsupportedSearchException(String msg)
      Constructs a new UnsupportedSearchException with the specified message.
      Parameters:
      msg - the exception message