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