March 2005
Beginner to intermediate
1254 pages
104h 21m
English
TimeoutException
An
exception
of this type is thrown by timed methods to indicate that the
specified timeout has elapsed. Other timed methods are able to
indicate their timeout status in a boolean or
other return value.
Figure 16-95. java.util.concurrent.TimeoutException
public class TimeoutException extends Exception { // Public Constructors public TimeoutException( ); public TimeoutException(String message); }
AbstractExecutorService.invokeAny( ),
CyclicBarrier.await( ),
Exchanger.exchange( ),
ExecutorService.invokeAny( ), Future.get(
), FutureTask.get( )
Read now
Unlock full access