Class ResilientCacheLoader.LoaderInterruptedException
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.LoaderInterruptedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResilientCacheLoader<K,V>
public static class ResilientCacheLoader.LoaderInterruptedException
extends ResilientCacheLoader.LoaderException
Exception when load is interrupted
- Since:
- JDK 25, opencode-base-cache V1.9.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoaderInterruptedException(String message, Throwable cause) LoaderInterruptedException | LoaderInterruptedException -
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
-
LoaderInterruptedException
-