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