24fa9af7f955a971687d5aa3af0dd7ed978cf881
[so.git] /
1 package org.onap.so.adapters.inventory.create;
2
3 public class InventoryException extends Exception {
4
5     /**
6      * 
7      */
8     private static final long serialVersionUID = 912652713891488731L;
9
10     public InventoryException(String errorMessage) {
11         super(errorMessage);
12     }
13
14 }