public class ClientRuntimeException extends 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.
| Constructor and Description |
|---|
ClientRuntimeException(String message) |
ClientRuntimeException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientRuntimeException(String message)
message - public final String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic final String getMessage()
getMessage in class ThrowableCopyright © 2009–2021. All rights reserved.