public class TimeoutException
extends java.lang.InterruptedException
| Modifier and Type | Field and Description |
|---|---|
long |
duration
The approximate time that the operation lasted before
this timeout exception was thrown.
|
| Constructor and Description |
|---|
TimeoutException(long time)
Constructs a TimeoutException with given duration value.
|
TimeoutException(long time,
java.lang.String message)
Constructs a TimeoutException with the
specified duration value and detail message.
|