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, toString
public ClientRuntimeException(String message)
message
- public final String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public final String getMessage()
getMessage
in class Throwable
Copyright © 2009–2016. All rights reserved.