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:
java.io.Serializable
public class UnsuportedServerModeException extends FacetConfigServiceException
Thrown whenever SOLR configuration contains mode definition that is not supported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsuportedServerModeException(java.lang.String configName, java.lang.String message)Initializes the exceptionUnsuportedServerModeException(java.lang.String configName, java.lang.String message, java.lang.Throwable nested)Initializes the exceptionUnsuportedServerModeException(java.lang.String message, java.lang.Throwable nested)Initializes the exception
-
Method Summary
-
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessage
-
-
-
-
Constructor Detail
-
UnsuportedServerModeException
public UnsuportedServerModeException(java.lang.String configName, java.lang.String message, java.lang.Throwable nested)Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error messagenested- - nested exception
-
UnsuportedServerModeException
public UnsuportedServerModeException(java.lang.String configName, java.lang.String message)Initializes the exception- Parameters:
configName- - name of search configurationmessage- - error message
-
UnsuportedServerModeException
public UnsuportedServerModeException(java.lang.String message, java.lang.Throwable nested)Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-
-