Class AggregationExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.search.aggregations.AggregationExecutionException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
MultiBucketConsumerService.TooManyBucketsException

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

    • AggregationExecutionException

      public AggregationExecutionException​(java.lang.String msg)
    • AggregationExecutionException

      public AggregationExecutionException​(java.lang.String msg, java.lang.Throwable cause)
    • AggregationExecutionException

      public AggregationExecutionException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException