Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Helium
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
977
Description
CONTROLLER-177 (Fix netconf exception handling) added the NetconfDocumentedException to the checkSuccessReply method. However the method still throws an IllegalStateException internally (i.e. it does not use the added exception as well).
This bug should modify the method to throw the proper NetconfDocumentedException (since it is required for proper downstream handling of netconf related errors).