public class ClusterAggregationException extends JedisClusterOperationException
This exception is thrown when aggregating replies from multiple cluster nodes and the aggregation policy requirements are not met (e.g., ALL_SUCCEEDED policy requires all replies to be equal, but different values were received).
| Constructor and Description |
|---|
ClusterAggregationException(java.lang.String message) |
ClusterAggregationException(java.lang.String message,
java.lang.Throwable cause) |
ClusterAggregationException(java.lang.Throwable cause) |
getNodepublic ClusterAggregationException(java.lang.String message)
public ClusterAggregationException(java.lang.Throwable cause)
public ClusterAggregationException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2026. All rights reserved.