public class BulkheadFullException
extends java.lang.RuntimeException
BulkheadFullException signals that the bulkhead is full.| Modifier and Type | Method and Description |
|---|---|
static BulkheadFullException |
createBulkheadFullException(Bulkhead bulkhead)
Static method to construct a
BulkheadFullException with a Bulkhead. |
static BulkheadFullException |
createBulkheadFullException(ThreadPoolBulkhead bulkhead)
Static method to construct a
BulkheadFullException with a ThreadPoolBulkhead. |
public static BulkheadFullException createBulkheadFullException(Bulkhead bulkhead)
BulkheadFullException with a Bulkhead.bulkhead - the Bulkhead.public static BulkheadFullException createBulkheadFullException(ThreadPoolBulkhead bulkhead)
BulkheadFullException with a ThreadPoolBulkhead.bulkhead - the Bulkhead.