Class BreakerOpenException

All Implemented Interfaces:
Serializable

public class BreakerOpenException extends TripSwitchException
Thrown when a circuit breaker is open or a half-open request is rejected.
See Also:
  • Constructor Details

    • BreakerOpenException

      public BreakerOpenException(String breakerName)
    • BreakerOpenException

      public BreakerOpenException()
  • Method Details

    • getBreakerName

      public String getBreakerName()
      Returns the name of the breaker that is open, or null if unknown.