Class ResilientCacheLoader.BulkheadRejectedException
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.BulkheadRejectedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResilientCacheLoader<K,V>
public static class ResilientCacheLoader.BulkheadRejectedException
extends ResilientCacheLoader.LoaderException
Exception when bulkhead rejects the request
- Since:
- JDK 25, opencode-base-cache V1.9.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkheadRejectedException(String message) BulkheadRejectedException | BulkheadRejectedException -
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
-
BulkheadRejectedException
BulkheadRejectedException | BulkheadRejectedException- Parameters:
message- the message | message
-