Package io.github.resilience4j.bulkhead
Class BulkheadFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.bulkhead.BulkheadFullException
- All Implemented Interfaces:
Serializable
A
BulkheadFullException signals that the bulkhead is full.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BulkheadFullExceptioncreateBulkheadFullException(Bulkhead bulkhead) Static method to construct aBulkheadFullExceptionwith a Bulkhead.static BulkheadFullExceptionStatic method to construct aBulkheadFullExceptionwith a ThreadPoolBulkhead.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
createBulkheadFullException
Static method to construct aBulkheadFullExceptionwith a Bulkhead.- Parameters:
bulkhead- the Bulkhead.
-
createBulkheadFullException
Static method to construct aBulkheadFullExceptionwith a ThreadPoolBulkhead.- Parameters:
bulkhead- the Bulkhead.
-