Home
last modified time | relevance | path

Searched defs:CompletionException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionException.java45 public class CompletionException extends RuntimeException { class
53 protected CompletionException() { } in CompletionException() method in CompletionException
62 protected CompletionException(String message) { in CompletionException() method in CompletionException
74 public CompletionException(String message, Throwable cause) { in CompletionException() method in CompletionException
87 public CompletionException(Throwable cause) { in CompletionException() method in CompletionException