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

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