Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • ResultRecordedAsFailureException

        public ResultRecordedAsFailureException​(java.lang.String circuitBreakerName,
                                                java.lang.Object result)
    • Method Detail

      • getResult

        public java.lang.Object getResult()
      • getCircuitBreakerName

        public java.lang.String getCircuitBreakerName()