Class TimeoutCache.CacheTimeoutException

All Implemented Interfaces:
OpenExceptionMeta, Serializable
Enclosing class:
TimeoutCache<K,V>

public static class TimeoutCache.CacheTimeoutException extends OpenCacheException
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 Details

    • CacheTimeoutException

      public CacheTimeoutException(String message, Throwable cause)
      CacheTimeoutException | CacheTimeoutException
      Parameters:
      message - the message | message
      cause - the cause | cause