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