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