All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.failsafe.CircuitBreakerOpenException Maven / Gradle / Ivy

The newest version!
package com.fitbur.failsafe;

/**
 * Thrown when an execution is attempted while a configured CircuitBreaker is open.
 * 
 * @author Jonathan Halterman
 */
public class CircuitBreakerOpenException extends RuntimeException {
  private static final long serialVersionUID = 1L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy