Stop wrapping low-level exceptions in CacheAspectSupport initialization
This commit replaces the IllegalStateException thrown in
CacheAspectSupport when a CacheManager cannot be determined. These were
added to provide a dedicated error message, but it is possible to do
so without hiding the more adequate exception type.
Closes gh-22442
@ -270,12 +270,17 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -270,12 +270,17 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker