HomeSort by relevance Sort by last modified time
    Searched defs:CompletionException (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
CompletionException.java 16 public class CompletionException extends RuntimeException {
20 * Constructs a {@code CompletionException} with no detail message.
24 protected CompletionException() { }
27 * Constructs a {@code CompletionException} with the specified detail
33 protected CompletionException(String message) {
38 * Constructs a {@code CompletionException} with the specified detail
45 public CompletionException(String message, Throwable cause) {
50 * Constructs a {@code CompletionException} with the specified cause.
58 public CompletionException(Throwable cause) {
  /prebuilts/sdk/24/
android.jar 

Completed in 39 milliseconds