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
Exception thrown when bulkhead is full
舱壁已满时抛出的异常
- Since:
- JDK 25, opencode-base-cache V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkheadFullException(String message) Creates a BulkheadFullException | 创建舱壁已满异常 -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BulkheadFullException
Creates a BulkheadFullException | 创建舱壁已满异常- Parameters:
message- the error message | 错误消息
-