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

Comparing jsr166/src/main/java/util/concurrent/CancellationException.java (file contents):
Revision 1.4 by dl, Mon Aug 25 19:27:58 2003 UTC vs.
Revision 1.5 by dl, Sun Aug 31 13:33:13 2003 UTC

# Line 7 | Line 7
7   package java.util.concurrent;
8  
9   /**
10 < * Indicates that the result of a value-producing task, such as a
11 < * {@link FutureTask}, cannot be retrieved because the task was cancelled.
10 > * Exception indicating that the result of a value-producing {@link
11 > * Cancellable} task, such as a {@link FutureTask}, cannot be
12 > * retrieved because the task was cancelled.
13   *
14   * @since 1.5
14 * @see Cancellable
15 * @see FutureTask#get
16 * @see FutureTask#get(long, TimeUnit)
17 *
18 * @spec JSR-166
19 * @revised $Date$
20 * @editor $Author$
15   * @author Doug Lea
16   */
17   public class CancellationException extends IllegalStateException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines