public class RedisException extends RuntimeException
| Constructor and Description |
|---|
RedisException(String msg)
Create a
RedisException with the specified detail message. |
RedisException(String msg,
Throwable cause)
Create a
RedisException with the specified detail message and nested exception. |
RedisException(Throwable cause)
Create a
RedisException with the specified nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RedisException(String msg)
RedisException with the specified detail message.msg - the detail message.public RedisException(String msg, Throwable cause)
RedisException with the specified detail message and nested exception.msg - the detail message.cause - the nested exception.public RedisException(Throwable cause)
RedisException with the specified nested exception.cause - the nested exception.Copyright © 2021 lettuce.io. All rights reserved.