Class OpenCircuitException

All Implemented Interfaces:
Serializable

public class OpenCircuitException extends RuntimeException
Exception reported when the circuit breaker is open.

For performance reason, this exception does not carry a stack trace. You are not allowed to set a stack trace or a cause to this exception. This immutability allows using a singleton instance.

Author:
Clement Escoffier
See Also: