Uses of Class
cloud.opencode.base.cache.exception.OpenCacheException
Packages that use OpenCacheException
Package
Description
-
Uses of OpenCacheException in cloud.opencode.base.cache
Subclasses of OpenCacheException in cloud.opencode.base.cacheModifier and TypeClassDescriptionstatic classException thrown when cache operation times out 缓存操作超时时抛出的异常 -
Uses of OpenCacheException in cloud.opencode.base.cache.exception
Methods in cloud.opencode.base.cache.exception that return OpenCacheExceptionModifier and TypeMethodDescriptionstatic OpenCacheExceptionOpenCacheException.capacityExceeded(String cacheName, long maxCapacity) Create capacity exceeded exception 创建容量超出异常static OpenCacheExceptionOpenCacheException.loadingFailed(String cacheName, Object key, Throwable cause) Create loading exception 创建加载异常static OpenCacheExceptionCreate timeout exception 创建超时异常 -
Uses of OpenCacheException in cloud.opencode.base.cache.resilience
Subclasses of OpenCacheException in cloud.opencode.base.cache.resilienceModifier and TypeClassDescriptionstatic classException when bulkhead rejects the requeststatic classException when circuit breaker is openstatic classBase exception for loader failuresstatic classException when load is interruptedstatic classException when load times out