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