|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.net.ClusterException
com.tangosol.net.RequestTimeoutException
public class RequestTimeoutException
Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time. For some specific requests this exception could carry a partial execution result.
PriorityTask
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
Object |
getPartialResult()
Return a partial execution result that may have been assembled prior to the timeout. |
void |
setPartialResult(Object oPartialResult)
Specify a partial execution result. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Constructor Detail |
---|
public RequestTimeoutException()
public RequestTimeoutException(String s)
s
- the String that contains a detailed messagepublic RequestTimeoutException(Throwable e)
e
- the Throwable objectpublic RequestTimeoutException(String s, Throwable e)
s
- the additional descriptione
- the Throwable objectMethod Detail |
---|
public Object getPartialResult()
public void setPartialResult(Object oPartialResult)
oPartialResult
- a partial execution result
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |