Class ReadThroughCache.CacheLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.cache.ReadThroughCache.CacheLoadException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ReadThroughCache<K,V>
Exception thrown when cache loading fails
缓存加载失败时抛出的异常
- Since:
- JDK 25, opencode-base-cache V2.0.4
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheLoadException(String message, Throwable cause) CacheLoadException | CacheLoadException -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheLoadException
-