1 package org.onap.sdc.workflow.services.exceptions;
3 public class CreateVersionException extends RuntimeException {
5 public CreateVersionException(String workflowId, String version) {
6 super(String.format("Error creating new version for workflow with id %s. There is already a draft version %s",