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