aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-common/src/main/java/org/onap/ccsdk/dashboard/exceptions/inventory/BlueprintParseException.java
blob: 2e7f5fea88a77ad925df745e89656ab9a80a2759 (plain)
1
2
3
4
5
6
7
8
9
10
package org.onap.ccsdk.dashboard.exceptions.inventory;

public class BlueprintParseException extends Exception {

	private static final long serialVersionUID = -6334355506595623685L;

	public BlueprintParseException(Throwable cause) {
		super(cause);
	}
}