2e7f5fea88a77ad925df745e89656ab9a80a2759
[ccsdk/dashboard.git] /
1 package org.onap.ccsdk.dashboard.exceptions.inventory;
2
3 public class BlueprintParseException extends Exception {
4
5         private static final long serialVersionUID = -6334355506595623685L;
6
7         public BlueprintParseException(Throwable cause) {
8                 super(cause);
9         }
10 }