public class CircuitBreakerOpenException
extends java.lang.RuntimeException
CircuitBreakerOpenException signals that the CircuitBreaker is OPEN.| Constructor and Description |
|---|
CircuitBreakerOpenException(java.lang.String message)
The constructor with a message.
|