54cffcffb5cb0795c2dfd8cddda989e899a4ac05
[ccsdk/dashboard.git] /
1 package org.onap.ccsdk.dashboard.exceptions.inventory;
2
3 public class ServiceTypeNotFoundException extends Exception {
4
5         private static final long serialVersionUID = 1218738334353236154L;
6
7         public ServiceTypeNotFoundException() { super(); }
8
9         public ServiceTypeNotFoundException (String message) {
10                 super(message);
11         }       
12 }