ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutionException.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ExecutionException.java (file contents):
Revision 1.2 by dl, Tue May 27 18:14:40 2003 UTC vs.
Revision 1.3 by dl, Tue Jun 24 14:34:47 2003 UTC

# Line 7 | Line 7
7   package java.util.concurrent;
8  
9   /**
10 < * Thrown when attempting to retrieve the result of a task that aborted.
10 > * Exception thrown when attempting to retrieve the result of a task
11 > * that aborted.
12   *
13   * @since 1.5
14   * @see Future
# Line 15 | Line 16 | package java.util.concurrent;
16   * @spec JSR-166
17   * @revised $Date$
18   * @editor $Author$
19 + * @author Doug Lea
20   */
21   public class ExecutionException extends Exception {
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines