public class RemoteTimeoutException extends RemoteException
Timeout,
Serialized Formdetail| Constructor and Description |
|---|
RemoteTimeoutException(double timeout,
TimeUnit unit) |
RemoteTimeoutException(long timeout,
TimeUnit unit) |
RemoteTimeoutException(Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
static long |
checkRemaining(Timer timer)
Checks remaining duration and throws a RemoteTimeoutException if none left.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteTimeoutException(long timeout,
TimeUnit unit)
public RemoteTimeoutException(double timeout,
TimeUnit unit)
public RemoteTimeoutException(Timer timer)
public static long checkRemaining(Timer timer) throws RemoteTimeoutException
RemoteTimeoutExceptionCopyright © 2006–2015 Cojen. All rights reserved.