Class FacetConfigUnknownItemTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigUnknownItemTypeException
All Implemented Interfaces:
Serializable

public class FacetConfigUnknownItemTypeException extends FacetConfigServiceException
Thrown by DefaultFacetSearchConfigService when composed type of an indexed type cannot be recognized
See Also:
  • Constructor Details

    • FacetConfigUnknownItemTypeException

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

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