Class 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 Details

    • LoaderInterruptedException

      public LoaderInterruptedException(String message, Throwable cause)
      LoaderInterruptedException | LoaderInterruptedException
      Parameters:
      message - the message | message
      cause - the cause | cause