Class SingleFlight.TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cloud.opencode.base.cache.protection.SingleFlight.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
SingleFlight<K,V>

public static class SingleFlight.TimeoutException extends Exception
Timeout exception for SingleFlight operations SingleFlight 操作的超时异常
Since:
JDK 25, opencode-base-cache V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message)
      TimeoutException | TimeoutException
      Parameters:
      message - the message | message