Fix loading SSL Context when certpaths not exist in configuration
[dcaegen2/services/pm-mapper.git] / src / main / java / org / onap / dcaegen2 / services / pmmapper / exceptions / MapperConfigException.java
index 4669871..56e2d23 100644 (file)
@@ -1,6 +1,7 @@
 /*-\r
  * ============LICENSE_START=======================================================\r
  *  Copyright (C) 2019 Nordix Foundation.\r
+ *  Copyright (C) 2022 Nokia. All rights reserved.\r
  * ================================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -23,4 +24,8 @@ public class MapperConfigException extends RuntimeException {
     public MapperConfigException(String message, Throwable cause) {\r
         super(message, cause);\r
     }\r
+\r
+    public MapperConfigException(String message) {\r
+        super(message);\r
+    }\r
 }\r