Class AmbiguousConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
de.hybris.platform.solrfacetsearch.config.exceptions.AmbiguousConfigurationException
- All Implemented Interfaces:
Serializable
Thrown by
DefaultFacetSearchConfigService whenever the user specified the configuration in both the xml file
and the related configuration items. The valid configuration cannot be resolved.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousConfigurationException(String configName, String message) Initialize 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
-
AmbiguousConfigurationException
Initialize the exception- Parameters:
configName- - name of configurationmessage- - error message
-