Class DuplicateTaskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
All Implemented Interfaces:
Serializable

public class DuplicateTaskException extends RuntimeException
Thrown to indicate that the creation of a task failed because a task with the given name already exists.
Author:
Michael Minella
See Also:
  • Constructor Details

    • DuplicateTaskException

      public DuplicateTaskException()
    • DuplicateTaskException

      public DuplicateTaskException(String message)