Class CallNotPermittedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CallNotPermittedException
    extends java.lang.RuntimeException
    A CallNotPermittedException signals that the CircuitBreaker is HALF_OPEN or OPEN and a call is not permitted to be executed.
    See Also:
    Serialized Form
    • Method Detail

      • getCausingCircuitBreakerName

        public java.lang.String getCausingCircuitBreakerName()
        Returns the name of CircuitBreaker that caused this exception.
        Returns:
        the name of CircuitBreaker that caused this exception.