RETCODE_ERROR

2 posts / 0 new
Last post
Offline
Last seen: 9 years 6 months ago
Joined: 09/26/2014
Posts: 1
RETCODE_ERROR

Need to findout what is causing the following exception.

com.ge.dspnet.umf.core.api.CoreException: com.rti.dds.infrastructure.RETCODE_ERROR

               at com.ge.dspnet.umf.core.dds.TopicWriterDDS.write(TopicWriterDDS.java:90)

               at com.ge.dspnet.umf.core.dds.TopicWriterMetadataDDS.write(TopicWriterMetadataDDS.java:118)

               at com.ge.dspnet.umf.core.dds.TopicWriterDataWithMetadataDDS.writeMetadata(TopicWriterDataWithMetadataDDS.java:107)

              

Keywords:
Offline
Last seen: 5 years 8 months ago
Joined: 01/31/2011
Posts: 37

Hi Robert,

RETCODE_ERROR is the base class for return exceptions in our Java API.  If you look at our API docs (write() method), you can see the criteria under which the write() call will throw an exception.

Also, here's the inheritance diagram for the exception classes: exceptions

Any chance you also print out the message associated with the exception?

-sumeet