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:
java.io.Serializable
public class FacetConfigUnknownItemTypeException extends FacetConfigServiceException
Thrown byDefaultFacetSearchConfigServicewhen composed type of an indexed type cannot be recognized- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacetConfigUnknownItemTypeException(java.lang.String configName, java.lang.String message, java.lang.Throwable nested)Initializes the exceptionFacetConfigUnknownItemTypeException(java.lang.String message, java.lang.Throwable nested)Initializes the exception
-
Method Summary
-
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessage
-
-
-
-
Constructor Detail
-
FacetConfigUnknownItemTypeException
public FacetConfigUnknownItemTypeException(java.lang.String configName, java.lang.String message, java.lang.Throwable nested)Initializes the exception- Parameters:
configName- - name of SOLR configuration itemmessage- - error messagenested- - nested exception
-
FacetConfigUnknownItemTypeException
public FacetConfigUnknownItemTypeException(java.lang.String message, java.lang.Throwable nested)Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-
-