Class ParameterProviderException

All Implemented Interfaces:
Serializable

public class ParameterProviderException extends IndexerQueryFactoryException
Exception thrown by FlexibleSearchQuerySpecFactory whenever the parameter provider specified in indexer query cannot be found.
See Also:
  • Constructor Details

    • ParameterProviderException

      public ParameterProviderException(String message, Throwable nested)
      Exception constructor
      Parameters:
      message - - error message
      nested - - nested exception
    • ParameterProviderException

      public ParameterProviderException(String configName, String message, Throwable nested)