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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutionException.java47 public class ExecutionException extends Exception { class in inherits:Exception
51 * Constructs an <tt>ExecutionException</tt> with no detail message.
55 protected ExecutionException() { } method in class:ExecutionException
58 * Constructs an <tt>ExecutionException</tt> with the specified detail
64 protected ExecutionException(String message) { method in class:ExecutionException
69 * Constructs an <tt>ExecutionException</tt> with the specified detail
76 public ExecutionException(String message, Throwable cause) { method in class:ExecutionException
81 * Constructs an <tt>ExecutionException</tt> with the specified cause.
91 public ExecutionException(Throwable cause) { method in class:ExecutionException

Completed in 362 milliseconds