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

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutionException.java18 public class ExecutionException extends Exception { class in inherits:Exception
22 * Constructs an {@code ExecutionException} with no detail message.
26 protected ExecutionException() { } method in class:ExecutionException
29 * Constructs an {@code ExecutionException} with the specified detail
35 protected ExecutionException(String message) { method in class:ExecutionException
40 * Constructs an {@code ExecutionException} with the specified detail
47 public ExecutionException(String message, Throwable cause) { method in class:ExecutionException
52 * Constructs an {@code ExecutionException} with the specified cause.
60 public ExecutionException(Throwable cause) { method in class:ExecutionException

Completed in 41 milliseconds