public class DuplicateStepNameException extends PipelineException
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
Because various methods in a Pipeline refer to PipelineSteps by name, there must be no duplicate names within the Pipeline as this would cause ambiguity in respect to these references.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDuplicateStepName()
Returns the PipelineStep name that has caused the Exception to be thrown.
|
getPipelineId
getCause, getThrowable