Class IndexerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexerQueryFactoryException

public class IndexerRuntimeException extends RuntimeException
Common runtime exception for all indexing operations.
Since:
4.6
See Also:
  • Constructor Details

    • IndexerRuntimeException

      public IndexerRuntimeException()
    • IndexerRuntimeException

      public IndexerRuntimeException(String message)
    • IndexerRuntimeException

      public IndexerRuntimeException(Throwable cause)
    • IndexerRuntimeException

      public IndexerRuntimeException(String message, Throwable cause)