public class RequestTimeoutException extends RequestIncompleteException
PriorityTaskm_asStackRemote, m_sMessage, m_sName| Constructor and Description |
|---|
RequestTimeoutException()
Constructs a RequestTimeoutException with no detail message.
|
RequestTimeoutException(String s)
Constructs a RequestTimeoutException with the specified detail message.
|
RequestTimeoutException(String s, Throwable e)
Construct a RequestTimeoutException from a Throwable object and an additional description.
|
RequestTimeoutException(Throwable e)
Construct a RequestTimeoutException from a Throwable object.
|
getPartialResult, readExternal, setPartialResult, writeExternalgetFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic RequestTimeoutException()
public RequestTimeoutException(String s)
s - the String that contains a detailed messagepublic RequestTimeoutException(Throwable e)
e - the Throwable object