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

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

# Line 7 | Line 7
7   package java.util.concurrent;
8  
9   /**
10 < * Thrown by an <tt>Executor</tt> when a task cannot be accepted for execution.
10 > * Exception thrown by an {@link Executor} when a task cannot be
11 > * accepted for execution.
12   *
13   * @since 1.5
14 < * @see Executor#execute
14 < *
15 < * @spec JSR-166
16 < * @revised $Date$
17 < * @editor $Author$
18 <
14 > * @author Doug Lea
15   */
16   public class RejectedExecutionException extends RuntimeException {
17      private static final long serialVersionUID = -375805702767069545L;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines