Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.util.concurrent.TimeoutException.txt
blob7e396100542fa966284ed57c14fe37a64b89f83d
1 *java.util.concurrent.TimeoutException* *TimeoutException* Exception thrown when
3 public class TimeoutException
4   extends    |java.lang.Exception|
6 |java.util.concurrent.TimeoutException_Description|
7 |java.util.concurrent.TimeoutException_Fields|
8 |java.util.concurrent.TimeoutException_Constructors|
9 |java.util.concurrent.TimeoutException_Methods|
11 ================================================================================
13 *java.util.concurrent.TimeoutException_Constructors*
14 |java.util.concurrent.TimeoutException()|Constructs a TimeoutException with no 
15 |java.util.concurrent.TimeoutException(String)|Constructs a TimeoutException wi
17 *java.util.concurrent.TimeoutException_Description*
19 Exception thrown when a blocking operation times out. Blocking operations for 
20 which a timeout is specified need a means to indicate that the timeout has 
21 occurred. For many such operations it is possible to return a value that 
22 indicates timeout; when that is not possible or desirable then TimeoutException 
23 should be declared and thrown. 
26 *java.util.concurrent.TimeoutException()*
28 public TimeoutException()
30 Constructs a TimeoutException with no specified detail message. 
33 *java.util.concurrent.TimeoutException(String)*
35 public TimeoutException(java.lang.String message)
37 Constructs a TimeoutException with the specified detail message. 
39     message - the detail message