Class FacetConfigServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousConfigurationException, FacetConfigUnknownBeanException, FacetConfigUnknownItemTypeException, FacetConfigUnknownValueRangeException, FieldValueProviderException, UnsuportedServerModeException

public class FacetConfigServiceException extends Exception
Main exception of the SOLR configuration service. All exceptions thrown by FacetSearchConfigService extend from this exception.
See Also:
  • Constructor Details

    • FacetConfigServiceException

      public FacetConfigServiceException(String configName, String message, Throwable nested)
      Initializes the exception
      Parameters:
      configName - - name of search configuration
      message - - error message
      nested - - nested exception
    • FacetConfigServiceException

      public FacetConfigServiceException(String configName, String message)
      Initializes the exception
      Parameters:
      configName - - name of search configuration
      message - - error message
    • FacetConfigServiceException

      public FacetConfigServiceException(String message, Throwable nested)
      Initializes the exception
      Parameters:
      message - - error message
      nested - - nested exception
    • FacetConfigServiceException

      public FacetConfigServiceException(String message)
      Initializes the exception
      Parameters:
      message - - error message
  • Method Details

    • getConfigName

      public String getConfigName()
      Get configuration name
      Returns:
      the configName
    • getMessage

      public String getMessage()
      Get error message
      Overrides:
      getMessage in class Throwable
      Returns:
      the message