Details
Description
In org.springmodules.cache.interceptor.caching.AbstractCachingInterceptor.cachedValueFromSource() a Throwable which was thrown by the intercepted method is incorrectly logged as error. I think this is no error and does not need to be logged at all, since this might be desired behaviour by the intercepted method and the Throwable is rethrown anyway.