Class CircuitBreakerOpenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.CircuitBreakerOpenException
All Implemented Interfaces:
Serializable

public class CircuitBreakerOpenException extends RuntimeException
Failure because CircuitBreaker is open and does not accept requests.
See Also: