Package org.springframework.cache
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
 
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:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ValueRetrievalException
 
 - 
 - 
Method Details
- 
getKey
 
 -