public class TimeoutException extends 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,
String message)
Constructs a TimeoutException with the
specified duration value and detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final long duration
public TimeoutException(long time)
public TimeoutException(long time,
String message)
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.