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

Comparing jsr166/src/main/java/util/concurrent/TimeoutException.java (file contents):
Revision 1.7 by jsr166, Tue Mar 15 19:47:04 2011 UTC vs.
Revision 1.8 by jsr166, Wed Jan 16 01:59:48 2013 UTC

# Line 11 | Line 11 | package java.util.concurrent;
11   * operations for which a timeout is specified need a means to
12   * indicate that the timeout has occurred. For many such operations it
13   * is possible to return a value that indicates timeout; when that is
14 < * not possible or desirable then <tt>TimeoutException</tt> should be
14 > * not possible or desirable then {@code TimeoutException} should be
15   * declared and thrown.
16   *
17   * @since 1.5
# Line 21 | Line 21 | public class TimeoutException extends Ex
21      private static final long serialVersionUID = 1900926677490660714L;
22  
23      /**
24 <     * Constructs a <tt>TimeoutException</tt> with no specified detail
24 >     * Constructs a {@code TimeoutException} with no specified detail
25       * message.
26       */
27      public TimeoutException() {}
28  
29      /**
30 <     * Constructs a <tt>TimeoutException</tt> with the specified detail
30 >     * Constructs a {@code TimeoutException} with the specified detail
31       * message.
32       *
33       * @param message the detail message

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines