de4a5496048939e500a1234c7683bbc741c832a4
[ccsdk/dashboard.git] /
1 package org.onap.ccsdk.dashboard.exceptions.inventory;
2
3 public class ServiceNotFoundException extends Exception {
4
5         private static final long serialVersionUID = -8183806298586822720L;
6
7         public ServiceNotFoundException() {     super(); }
8         public ServiceNotFoundException (String message) { super(message); }
9 }