Class NonUniqueCacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.cache.NonUniqueCacheException
All Implemented Interfaces:
Serializable

public class NonUniqueCacheException extends RuntimeException
Exception thrown when multiple caches exist with the same name.
Since:
2.1.0
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • NonUniqueCacheException

      public NonUniqueCacheException(String cacheName, Collection<String> cacheManagerNames)
  • Method Details

    • getCacheName

      public String getCacheName()
    • getCacheManagerNames

      public Collection<String> getCacheManagerNames()