Class SolrIndexOperationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException
-
- de.hybris.platform.solrfacetsearch.solr.exceptions.SolrIndexOperationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SolrIndexOperationNotFoundException extends SolrServiceException
Exception indicating that an index operation was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolrIndexOperationNotFoundException()Constructs a new exception with null as its detail message.SolrIndexOperationNotFoundException(java.lang.String message)Constructs a new exception with the specified detail message.SolrIndexOperationNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.SolrIndexOperationNotFoundException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
SolrIndexOperationNotFoundException
public SolrIndexOperationNotFoundException()
Constructs a new exception with null as its detail message.- See Also:
Exception()
-
SolrIndexOperationNotFoundException
public SolrIndexOperationNotFoundException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message- - the message- See Also:
Exception(String)
-
SolrIndexOperationNotFoundException
public SolrIndexOperationNotFoundException(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)
-
SolrIndexOperationNotFoundException
public SolrIndexOperationNotFoundException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- - the cause- See Also:
Exception(Throwable)
-
-