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