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