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