Fix Checkstyle issues
[clamp.git] / src / main / java / org / onap / clamp / clds / exception / policy / PolicyClientException.java
index 85695a2..06dcdbf 100644 (file)
@@ -39,11 +39,11 @@ public class PolicyClientException extends RuntimeException {
      * 
      * @param message
      *            A string message detailing the problem
-     * @param e
+     * @param ex
      *            The exception sent by the code
      */
-    public PolicyClientException(String message, Throwable e) {
-        super(message, e);
+    public PolicyClientException(String message, Throwable ex) {
+        super(message, ex);
     }
 
     /**