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

javaposse.jobdsl.dsl.JobTemplateMissingException.groovy Maven / Gradle / Ivy

There is a newer version: 1.22-rxd-2
Show newest version
package javaposse.jobdsl.dsl

/**
 * @author aharmel-law
 */
public class JobTemplateMissingException extends RuntimeException {
    private JobTemplateMissingException(String templateName) {
        super("The template job with name ${templateName} does not exist.")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy