Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-41

unwanted exception handling

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • None
    • None
    • netconf
    • None
    • Operating System: All
      Platform: All

    • 3885

    Description

      public class NetconfMonitoringServiceImpl

      public synchronized Schemas getSchemas() {
      try

      { return transformSchemas(netconfOperationProvider.getCapabilities()); }

      catch (final RuntimeException e) {
      throw e;

      no point in catching n rethrowing if its not being processed ...

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            shashidharc@huawei.com Shashidhar Shekar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: