Class NonUniqueCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.cache.NonUniqueCacheException
- All Implemented Interfaces:
Serializable
Exception thrown when multiple caches exist with the same name.
- Since:
- 2.1.0
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
ConstructorDescriptionNonUniqueCacheException
(String cacheName, Collection<String> cacheManagerNames) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonUniqueCacheException
-
-
Method Details
-
getCacheName
-
getCacheManagerNames
-