Class FacetConfigUnknownBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigUnknownBeanException
- All Implemented Interfaces:
Serializable
Thrown by
DefaultFacetSearchConfigService whenever either identity provider of an indexed type or value
provider of an indexed property cannot be resolved- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetConfigUnknownBeanException(String configName, String message, Throwable nested, Object... params) Initializes exceptionFacetConfigUnknownBeanException(String message, Throwable nested) -
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
-
FacetConfigUnknownBeanException
- Parameters:
message-nested-
-
FacetConfigUnknownBeanException
public FacetConfigUnknownBeanException(String configName, String message, Throwable nested, Object... params) Initializes exception- Parameters:
configName- - name of SOLR configuration itemmessage- - parameterized error messagenested- - nested exceptionparams- - elements of parameterized error message
-