Class SnSearchProviderConfigurationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.searchservices.core.SnRuntimeException
-
- de.hybris.platform.searchservices.spi.SnSearchProviderConfigurationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnSearchProviderConfigurationNotFoundException extends SnRuntimeException
Exception thrown when a suitable search provider configuration could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnSearchProviderConfigurationNotFoundException()Constructs a new exception with null as its detail message.SnSearchProviderConfigurationNotFoundException(java.lang.String message)Constructs a new exception with the specified detail message.SnSearchProviderConfigurationNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.SnSearchProviderConfigurationNotFoundException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
SnSearchProviderConfigurationNotFoundException
public SnSearchProviderConfigurationNotFoundException()
Constructs a new exception with null as its detail message.- See Also:
Exception()
-
SnSearchProviderConfigurationNotFoundException
public SnSearchProviderConfigurationNotFoundException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message- - the message- See Also:
Exception(String)
-
SnSearchProviderConfigurationNotFoundException
public SnSearchProviderConfigurationNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.- Parameters:
message- - the messagecause- - the cause- See Also:
Exception(String, Throwable)
-
SnSearchProviderConfigurationNotFoundException
public SnSearchProviderConfigurationNotFoundException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- - the cause- See Also:
Exception(Throwable)
-
-