public class ClientRuntimeException
extends java.lang.RuntimeException
For example, failure to establish a connection, or losing the connection, should raise this type of exception. But
encountering parse errors in Redis responses streams is a bug and should be noted by raising a ProviderException.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ClientRuntimeException(java.lang.String message) |
ClientRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
private static final long serialVersionUID