EDU.oswego.cs.dl.util.concurrent
public class TimeoutException extends InterruptedException
| Field Summary | |
|---|---|
| long | duration
The approximate time that the operation lasted before
this timeout exception was thrown.
|
| Constructor Summary | |
|---|---|
| TimeoutException(long time)
Constructs a TimeoutException with given duration value.
| |
| TimeoutException(long time, String message)
Constructs a TimeoutException with the
specified duration value and detail message. | |