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

io.castled.pipelines.exceptions.PipelineInterruptedException Maven / Gradle / Ivy

package io.castled.pipelines.exceptions;

import io.castled.jarvis.taskmanager.exceptions.JarvisRetriableException;

public class PipelineInterruptedException extends JarvisRetriableException {

    public PipelineInterruptedException() {
        super("Pipeline interrupted by shutdown. Task will be retried");

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy