RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
RTI Connext Exceptions

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

RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc