public class UnsupportedAggregationException extends ClusterAggregationException
This exception is thrown when the aggregation policy cannot handle the given data types. For example, when trying to sum non-numeric values or compare non-comparable types.
| Constructor and Description |
|---|
UnsupportedAggregationException(java.lang.String message) |
UnsupportedAggregationException(java.lang.String message,
java.lang.Throwable cause) |
UnsupportedAggregationException(java.lang.Throwable cause) |
getNodepublic UnsupportedAggregationException(java.lang.String message)
public UnsupportedAggregationException(java.lang.Throwable cause)
public UnsupportedAggregationException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2026. All rights reserved.