Class ResilientCacheLoader.CircuitBreakerOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cloud.opencode.base.core.exception.OpenException
cloud.opencode.base.cache.exception.OpenCacheException
cloud.opencode.base.cache.resilience.ResilientCacheLoader.LoaderException
cloud.opencode.base.cache.resilience.ResilientCacheLoader.CircuitBreakerOpenException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResilientCacheLoader<K,V>
public static class ResilientCacheLoader.CircuitBreakerOpenException
extends ResilientCacheLoader.LoaderException
Exception when circuit breaker is open
- Since:
- JDK 25, opencode-base-cache V1.9.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCircuitBreakerOpenException(String message) CircuitBreakerOpenException | CircuitBreakerOpenException -
Method Summary
Methods inherited from class OpenCacheException
capacityExceeded, getCacheName, getKey, loadingFailed, timeoutMethods inherited from class OpenException
getComponent, getErrorCode, getMessage, getRawMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CircuitBreakerOpenException
CircuitBreakerOpenException | CircuitBreakerOpenException- Parameters:
message- the message | message
-