Class CircuitBreakerOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
- All Implemented Interfaces:
Serializable
The exception should be thrown when circuit breaker is open.
Emily Jiang
- See Also:
-
Constructor Summary
ConstructorDescriptionCircuitBreakerOpenException
(String message) CircuitBreakerOpenException
(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
-
CircuitBreakerOpenException
public CircuitBreakerOpenException() -
CircuitBreakerOpenException
-
CircuitBreakerOpenException
-
CircuitBreakerOpenException
-