All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.automatiko.engine.workflow.bpmn2.BpmnProcessReaderException Maven / Gradle / Ivy

The newest version!

package io.automatiko.engine.workflow.bpmn2;

public class BpmnProcessReaderException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy