public class CircuitBreakingException
extends java.lang.RuntimeException
An exception class used for reporting runtime error conditions related to circuit breakers.
Constructor and Description |
---|
CircuitBreakingException()
Creates a new, uninitialized instance of
CircuitBreakingException . |
CircuitBreakingException(java.lang.String message)
Creates a new instance of
CircuitBreakingException and initializes it with the given message. |
CircuitBreakingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of
CircuitBreakingException and initializes it with the given message and cause. |
CircuitBreakingException(java.lang.Throwable cause)
Creates a new instance of
CircuitBreakingException and initializes it with the given cause. |
public CircuitBreakingException()
CircuitBreakingException
.public CircuitBreakingException(java.lang.String message, java.lang.Throwable cause)
CircuitBreakingException
and initializes it with the given message and cause.message
- the error messagecause
- the cause of this exceptionpublic CircuitBreakingException(java.lang.String message)
CircuitBreakingException
and initializes it with the given message.message
- the error messagepublic CircuitBreakingException(java.lang.Throwable cause)
CircuitBreakingException
and initializes it with the given cause.cause
- the cause of this exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved