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

org.embulk.exec.ExecutionInterruptedException Maven / Gradle / Ivy

package org.embulk.exec;

public class ExecutionInterruptedException extends RuntimeException {
    public ExecutionInterruptedException(Exception cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy