public static class CacheFrontend.ValueRetrievalException extends RedisException
CacheFrontend.get(Object, Callable) in case of the value loader callback
failing with an exception.| Constructor and Description |
|---|
ValueRetrievalException(String msg)
Create a
ValueRetrievalException with the specified detail message. |
ValueRetrievalException(String msg,
Throwable cause)
Create a
ValueRetrievalException with the specified detail message and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueRetrievalException(String msg)
ValueRetrievalException with the specified detail message.msg - the detail message.Copyright © 2025 lettuce.io. All rights reserved.