Class Cache.ValueRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cache.Cache.ValueRetrievalException
All Implemented Interfaces:
Serializable
Enclosing interface:
Cache

public static class Cache.ValueRetrievalException extends RuntimeException
Wrapper exception to be thrown from Cache.get(Object, Callable) in case of the value loader callback failing with an exception.
Since:
4.3
See Also: