Class ResultRecordedAsFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.circuitbreaker.ResultRecordedAsFailureException
- All Implemented Interfaces:
java.io.Serializable
public class ResultRecordedAsFailureException
extends java.lang.RuntimeException
A
ResultRecordedAsFailureException signals that a result has been recorded as a circuit breaker failure.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ResultRecordedAsFailureException(java.lang.String circuitBreakerName, java.lang.Object result) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCircuitBreakerName()java.lang.ObjectgetResult()
-
Constructor Details
-
ResultRecordedAsFailureException
public ResultRecordedAsFailureException(java.lang.String circuitBreakerName, java.lang.Object result)
-
-
Method Details
-
getResult
public java.lang.Object getResult() -
getCircuitBreakerName
public java.lang.String getCircuitBreakerName()
-