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