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

io.takari.bpm.api.NoEventFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.takari.bpm.api;

public class NoEventFoundException extends ExecutionException {
	
	private static final long serialVersionUID = 1L;

    public NoEventFoundException(String format, Object... args) {
        super(format, args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy