public class JedisFailoverException extends JedisConnectionException
This exception itself is not thrown, see the child exceptions for more details.
| Modifier and Type | Class and Description |
|---|---|
static class |
JedisFailoverException.JedisPermanentlyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, and
the max number of failover attempts has been exceeded.
|
static class |
JedisFailoverException.JedisTemporarilyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, but
the max number of failover attempts has not been exceeded yet.
|
| Constructor and Description |
|---|
JedisFailoverException() |
JedisFailoverException(java.lang.String s) |
Copyright © 2025. All rights reserved.