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