Package akka.pattern

Class CircuitBreakerOpenException

  • All Implemented Interfaces:
    java.io.Serializable, scala.util.control.NoStackTrace

    public class CircuitBreakerOpenException
    extends AkkaException
    implements scala.util.control.NoStackTrace
    Exception thrown when Circuit Breaker is open.

    param: remainingDuration Stores remaining time before attempting a reset. Zero duration means the breaker is currently in half-open state. param: message Defaults to "Circuit Breaker is open; calls are failing fast"

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CircuitBreakerOpenException​(scala.concurrent.duration.FiniteDuration remainingDuration, java.lang.String message)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String $lessinit$greater$default$2()  
      scala.concurrent.duration.FiniteDuration remainingDuration()  
      • 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
      • Methods inherited from interface scala.util.control.NoStackTrace

        fillInStackTrace
    • Constructor Detail

      • CircuitBreakerOpenException

        public CircuitBreakerOpenException​(scala.concurrent.duration.FiniteDuration remainingDuration,
                                           java.lang.String message)
    • Method Detail

      • $lessinit$greater$default$2

        public static java.lang.String $lessinit$greater$default$2()
      • remainingDuration

        public scala.concurrent.duration.FiniteDuration remainingDuration()