Class Bulkhead.BulkheadFullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.cache.protection.Bulkhead.BulkheadFullException
All Implemented Interfaces:
Serializable
Enclosing interface:
Bulkhead

public static class Bulkhead.BulkheadFullException extends RuntimeException
Exception thrown when bulkhead is full 舱壁已满时抛出的异常
Since:
JDK 25, opencode-base-cache V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Constructor Details

    • BulkheadFullException

      public BulkheadFullException(String message)
      Creates a BulkheadFullException | 创建舱壁已满异常
      Parameters:
      message - the error message | 错误消息