Skip to content

Commit 7a1f93b

Browse files
authored
Warn about NoReachableNodeException should extend ClusterOperationException #2409 (#2493)
1 parent ee34a48 commit 7a1f93b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/redis/clients/jedis/exceptions/JedisNoReachableClusterNodeException.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package redis.clients.jedis.exceptions;
22

3+
/**
4+
* WARNING: This exception will extend {@link JedisClusterOperationException} in upcoming major release.
5+
*/
36
public class JedisNoReachableClusterNodeException extends JedisConnectionException {
47
private static final long serialVersionUID = 3878122572474110407L;
58

0 commit comments

Comments
 (0)