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. |
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.Copyright © 2018 lettuce.io. All rights reserved.