Class AggregationExecutionException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.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