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.3 by dl, Tue Jun 24 14:34:47 2003 UTC vs.
Revision 1.4 by dl, Mon Aug 25 19:27:58 2003 UTC

# Line 21 | Line 21 | package java.util.concurrent;
21   * @author Doug Lea
22   */
23   public class CancellationException extends IllegalStateException {
24 +    private static final long serialVersionUID = -9202173006928992231L;
25  
26      /**
27       * Constructs a <tt>CancellationException</tt> with no detail message.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines