public class RedisNoScriptException extends RedisCommandExecutionException
NOSCRIPT
error response.| Constructor and Description |
|---|
RedisNoScriptException(String msg)
Create a
RedisNoScriptException with the specified detail message. |
RedisNoScriptException(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 RedisNoScriptException(String msg)
RedisNoScriptException with the specified detail message.msg - the detail message.Copyright © 2021 lettuce.io. All rights reserved.