Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / writer / WriteException.java
index 09564011e2b83b9b9c4188b018de07777facbebb..e7079304c68fc6e6b7109450003ba954a485e821 100644 (file)
@@ -11,8 +11,8 @@ public class WriteException extends Exception {
 
     private static final long serialVersionUID = 8401242676753560336L;
 
-    public WriteException(final String msg, final Exception e) {
-        super(msg, e);
+    public WriteException(final String msg, final Exception exc) {
+        super(msg, exc);
     }
 
     public WriteException(final String msg) {