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

nextflow.secret.MissingSecretException.groovy Maven / Gradle / Ivy

Go to download

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

There is a newer version: 24.11.0-edge
Show newest version
/*
 * Copyright 2021, Sage-Bionetworks
 *
 * All Rights reserved
 *
 */

package nextflow.secret

import groovy.transform.InheritConstructors
import nextflow.exception.AbortOperationException

/**
 * Thrown when a config secret name could not be resolved
 *
 * @author Paolo Di Tommaso 
 */
@InheritConstructors
class MissingSecretException extends AbortOperationException {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy