Class TimeoutCache.CacheTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.core.exception.OpenException
cloud.opencode.base.cache.exception.OpenCacheException
cloud.opencode.base.cache.TimeoutCache.CacheTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TimeoutCache<K,V>
Exception thrown when cache operation times out
缓存操作超时时抛出的异常
- Since:
- JDK 25, opencode-base-cache V1.9.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheTimeoutException(String message, Throwable cause) CacheTimeoutException | CacheTimeoutException -
Method Summary
Methods inherited from class OpenCacheException
capacityExceeded, getCacheName, getKey, loadingFailed, timeoutMethods inherited from class OpenException
getComponent, getErrorCode, getMessage, getRawMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheTimeoutException
-