Class FacetConfigServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousConfigurationException,FacetConfigUnknownBeanException,FacetConfigUnknownItemTypeException,FacetConfigUnknownValueRangeException,FieldValueProviderException,UnsuportedServerModeException
Main exception of the SOLR configuration service.
All exceptions thrown by
FacetSearchConfigService extend from this exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetConfigServiceException(String message) Initializes the exceptionFacetConfigServiceException(String configName, String message) Initializes the exceptionFacetConfigServiceException(String configName, String message, Throwable nested) Initializes the exceptionFacetConfigServiceException(String message, Throwable nested) Initializes the exception -
Method Summary
Modifier and TypeMethodDescriptionGet configuration nameGet error messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FacetConfigServiceException
Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error messagenested- - nested exception
-
FacetConfigServiceException
Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error message
-
FacetConfigServiceException
Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-
FacetConfigServiceException
Initializes the exception- Parameters:
message- - error message
-
-
Method Details
-
getConfigName
Get configuration name- Returns:
- the configName
-
getMessage
Get error message- Overrides:
getMessagein classThrowable- Returns:
- the message
-