Class FailedCircuitBreakerDecisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.resilience4j.circuitbreaker.FailedCircuitBreakerDecisionException
- All Implemented Interfaces:
Serializable
An exception that is returned when a
CircuitBreaker.onError(long, TimeUnit, Throwable)
is invoked without a distinctive exception.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionof()
Returns the defaultFailedCircuitBreakerDecisionException
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
of
Returns the defaultFailedCircuitBreakerDecisionException
.
-