Home | History | Annotate | Download | only in cache

Lines Matching defs:throwing

146     assertSame(key, cache.get(key, throwing(new Exception())));
1151 cache.get(new Object(), throwing(callableException));
1225 cache.get(new Object(), throwing(callableException));
1499 cache.get(new Object(), throwing(callableException));
2503 static <T> Callable<T> throwing(final Exception exception) {