类 NonUniqueCacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.cache.NonUniqueCacheException
所有已实现的接口:
Serializable

public class NonUniqueCacheException extends RuntimeException
Exception thrown when multiple caches exist with the same name.
从以下版本开始:
2.1.0
作者:
Stephane Nicoll
另请参阅:
  • 构造器详细资料

    • NonUniqueCacheException

      public NonUniqueCacheException(String cacheName, Collection<String> cacheManagerNames)
  • 方法详细资料

    • getCacheName

      public String getCacheName()
    • getCacheManagerNames

      public Collection<String> getCacheManagerNames()