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