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.String getCircuitBreakerName()  
    java.lang.Object getResult()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait