Class IndexerRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IndexerQueryFactoryException
public class IndexerRuntimeException extends java.lang.RuntimeExceptionCommon runtime exception for all indexing operations.- Since:
- 4.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexerRuntimeException()IndexerRuntimeException(java.lang.String message)IndexerRuntimeException(java.lang.String message, java.lang.Throwable cause)IndexerRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
IndexerRuntimeException
public IndexerRuntimeException()
-
IndexerRuntimeException
public IndexerRuntimeException(java.lang.String message)
-
IndexerRuntimeException
public IndexerRuntimeException(java.lang.Throwable cause)
-
IndexerRuntimeException
public IndexerRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
-