类 Cache.ValueRetrievalException

所有已实现的接口:
Serializable
封闭接口:
Cache

public static class Cache.ValueRetrievalException extends RuntimeException
Wrapper exception to be thrown from Cache.get(Object, Callable) in case of the value loader callback failing with an exception.
另请参阅:
  • 构造器详细资料

    • ValueRetrievalException

      public ValueRetrievalException(@Nullable Object key, Callable<?> loader, Throwable ex)
  • 方法详细资料

    • getKey

      @Nullable public Object getKey()