Change to use checked exceptions in rAPP Catalogue
[nonrtric.git] / r-app-catalogue / src / main / java / org / oransc / rappcatalogue / exception / ServiceNotFoundException.java
index 26b4b27..8411cf4 100644 (file)
@@ -18,7 +18,7 @@
 
 package org.oransc.rappcatalogue.exception;
 
-public class ServiceNotFoundException extends RuntimeException {
+public class ServiceNotFoundException extends Exception {
     private static final long serialVersionUID = 6579271315716003988L;
 
     public ServiceNotFoundException(String serviceName) {