Class UnsuportedServerModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
de.hybris.platform.solrfacetsearch.config.exceptions.UnsuportedServerModeException
- All Implemented Interfaces:
Serializable
Thrown whenever SOLR configuration contains mode definition that is not supported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsuportedServerModeException(String configName, String message) Initializes the exceptionUnsuportedServerModeException(String configName, String message, Throwable nested) Initializes the exceptionUnsuportedServerModeException(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
-
UnsuportedServerModeException
Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error messagenested- - nested exception
-
UnsuportedServerModeException
Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error message
-
UnsuportedServerModeException
Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-