Revert "Clean up JedisSentinelTestUtil"
This reverts commit a3862bc2dd.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package redis.clients.jedis.tests.utils;
|
||||
|
||||
public class FailoverAbortedException extends RuntimeException {
|
||||
private static final long serialVersionUID = 1925110762858409954L;
|
||||
|
||||
public FailoverAbortedException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public FailoverAbortedException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
public FailoverAbortedException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user