Class CallNotPermittedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.circuitbreaker.CallNotPermittedException
All Implemented Interfaces:
Serializable

public class CallNotPermittedException extends RuntimeException
A CallNotPermittedException signals that the CircuitBreaker is HALF_OPEN or OPEN and a call is not permitted to be executed.
See Also: