Searched defs:withFailure (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DCompletedFuture.java51 static <V> CompletedFuture<V> withFailure(Throwable exc) { method in class:CompletedFuture
62 return withFailure(exc);

Completed in 55 milliseconds