Team Advisor view appears automatically appears when a plugin tries to internally recover from a thrown exception
Environment RTC 5.0.2 ifix005.
I managed to get the full path of the changes in a changeset through the context of a given repository workspace.
However if the code throws a "PermissionDenied" exception, my plugin catches that type of exception and tries to internally recover (it is undesired that the end users are informed about it). However the issue is that when the plugin is installed and working in the RTC application, the team advisor view automatically shows when the exception is internally caught. I don't want the end user be informed about what my code is doing. Instead, I want that my code detects the exception and shows the changeset files with "<unknown>" path exactly how RTC is behaving when the WS/Stream context is undefined.
Can you please help me handle this and avoid showing RTC's team advisor?
Thanks a lot!