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
- Author:
- Costin Leau, Juergen Hoeller, Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValueRetrievalException
 
- 
- 
Method Details- 
getKey
 
-