RTI Connext Java API  Version 6.1.2

RTI Connext return-code exceptions. More...

RTI Connext return-code exceptions.

The request-reply API reports internal DDS errors as exceptions. Each RTI Connext return code maps to a exception.

Note that RETCODE_TIMEOUT and RETCODE_NO_DATA are not thrown in the request-reply API, because they are not considered errors. For example in case of no data or timeouts operations may return empty containers (e.g. com.rti.connext.requestreply.Requester<TReq,TRep>.takeReplies(int)) or false (e.g. com.rti.connext.requestreply.Requester<TReq,TRep>.waitForReplies(int,Duration_t)).

See also
Return Codes
Error handling example