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