Class BulkheadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionBulkheadException
(String message) BulkheadException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BulkheadException
public BulkheadException() -
BulkheadException
-
BulkheadException
-
BulkheadException
-