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>
Timeout exception for SingleFlight operations
SingleFlight 操作的超时异常
- Since:
- JDK 25, opencode-base-cache V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
TimeoutException | TimeoutException- Parameters:
message- the message | message
-