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

io.github.finaglecircuit.CircuitTimeout.scala Maven / Gradle / Ivy

package io.github.finaglecircuit

/**
 * The exception thrown from the circuit breaker when the circuit times out.
 * @param circuitName the name
 */
case class CircuitTimeout(circuitName: CircuitName) extends Exception(s"$circuitName circuit timed out")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy