public class RedisConnectionException extends RedisException
| Constructor and Description |
|---|
RedisConnectionException(String msg) |
RedisConnectionException(String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static RedisConnectionException |
create(SocketAddress remoteAddress,
Throwable cause)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RedisConnectionException(String msg)
public static RedisConnectionException create(SocketAddress remoteAddress, Throwable cause)
remoteAddress - cause - Copyright © 2017 lettuce.io. All rights reserved.