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:
java.io.Serializable
public class BulkheadFullException
extends java.lang.RuntimeException
A
BulkheadFullException signals that the bulkhead is full.- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description static BulkheadFullExceptioncreateBulkheadFullException(Bulkhead bulkhead)Static method to construct aBulkheadFullExceptionwith a Bulkhead.static BulkheadFullExceptioncreateBulkheadFullException(ThreadPoolBulkhead bulkhead)Static method to construct aBulkheadFullExceptionwith a ThreadPoolBulkhead.
-
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.
-