|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.ErrorMsg
com.ireasoning.protocol.TimeoutErrorMsg
public class TimeoutErrorMsg
This class represents timeout error for async requests.
Field Summary |
---|
Fields inherited from class com.ireasoning.protocol.ErrorMsg |
---|
TIMEOUT_ERROR |
Fields inherited from interface com.ireasoning.protocol.Msg |
---|
ERROR_TYPE |
Constructor Summary | |
---|---|
TimeoutErrorMsg(int requestID)
|
Method Summary | |
---|---|
int |
getRequestID()
Returns the request ID of the PDU that timed out |
Methods inherited from class com.ireasoning.protocol.ErrorMsg |
---|
getErrorCode, getErrorString, getException, getType, setErrorCode, setErrorString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeoutErrorMsg(int requestID)
requestID
- requestID of the PDU sentMethod Detail |
---|
public int getRequestID()
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |