Class AggregationExecutionException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
MultiBucketConsumerService.TooManyBucketsException

public class AggregationExecutionException extends ElasticsearchException
Thrown when failing to execute an aggregation
See Also:
  • Constructor Details

    • AggregationExecutionException

      public AggregationExecutionException(String msg)
    • AggregationExecutionException

      public AggregationExecutionException(String msg, Throwable cause)
    • AggregationExecutionException

      public AggregationExecutionException(StreamInput in) throws IOException
      Throws:
      IOException