Class AggregatorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AggregatorException
    extends SearchException
    Thrown if an Aggregator cannot complete. This could be for a number of reasons:
    • The Aggregator does not support the result type
    • The specified Aggregator cannot be found by the class loader, which could happen if the aggregator executes on a node which does not have the Aggregator class.
    Author:
    Greg Luck
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AggregatorException​(java.lang.String message)
      AggregatorException
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AggregatorException

        public AggregatorException​(java.lang.String message)
        AggregatorException
        Parameters:
        message -