Class BulkheadException

All Implemented Interfaces:
Serializable

public class BulkheadException extends FaultToleranceException
The exception should be thrown when Bulkhead implementation throws an exception, e.g. Waiting Queue is full or no Semaphore permits are available. Emily Jiang
See Also:
  • Constructor Details

    • BulkheadException

      public BulkheadException()
    • BulkheadException

      public BulkheadException(Throwable t)
    • BulkheadException

      public BulkheadException(String message)
    • BulkheadException

      public BulkheadException(String message, Throwable t)