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