public class TimeoutException
extends java.lang.Exception
| Constructor and Description |
|---|
TimeoutException(long time) |
TimeoutException(java.lang.String message,
long time) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Return the timeout duration.
|