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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutionException.java47 public class ExecutionException extends Exception { class in inherits:Exception
51 * Constructs an {@code ExecutionException} with no detail message.
55 protected ExecutionException() { } method in class:ExecutionException
58 * Constructs an {@code ExecutionException} with the specified detail
64 protected ExecutionException(String message) { method in class:ExecutionException
69 * Constructs an {@code ExecutionException} with the specified detail
76 public ExecutionException(String message, Throwable cause) { method in class:ExecutionException
81 * Constructs an {@code ExecutionException} with the specified cause.
89 public ExecutionException(Throwable cause) { method in class:ExecutionException

Completed in 62 milliseconds