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
Thrown by
DefaultFacetSearchConfigService when composed type of an indexed type cannot be recognized- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetConfigUnknownItemTypeException(String configName, String message, Throwable nested) Initializes the exceptionFacetConfigUnknownItemTypeException(String message, Throwable nested) Initializes the exception -
Method Summary
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FacetConfigUnknownItemTypeException
Initializes the exception- Parameters:
configName- - name of SOLR configuration itemmessage- - error messagenested- - nested exception
-
FacetConfigUnknownItemTypeException
Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-