Reduce technical debt and add JUnit
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PolicyException.java
index 5d8555d..cee1342 100644 (file)
@@ -29,6 +29,7 @@ public class PolicyException extends Exception {
        private static final long serialVersionUID = -5006203722296799708L;
        
        public PolicyException() {
+               // Empty constructor
        }
        
        public PolicyException(String message) {