public final class RequestTimeoutException extends TimeoutException
TimeoutException
raised when a request has not been received from a client within timeout.Modifier and Type | Method and Description |
---|---|
static RequestTimeoutException |
get()
Returns a
RequestTimeoutException which may be a singleton or a new instance, depending on
whether the verbose exception mode is enabled. |
fillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static RequestTimeoutException get()
RequestTimeoutException
which may be a singleton or a new instance, depending on
whether the verbose exception mode
is enabled.© Copyright 2015–2017 LINE Corporation. All rights reserved.