io.logz.sawmill.exceptions.PipelineExecutionException Maven / Gradle / Ivy
The newest version!
package io.logz.sawmill.exceptions;
public class PipelineExecutionException extends SawmillException {
public PipelineExecutionException(String pipelineId, Exception e) {
super(String.format("failed to execute pipeline %s", pipelineId), e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy