Class JobAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
All Implemented Interfaces:
Serializable

public class JobAlreadyExistsException extends Exception
Exception raised if job being created already exists.
See Also:
  • Constructor Details

    • JobAlreadyExistsException

      public JobAlreadyExistsException(String proj)
      Constructor.
      Parameters:
      proj - name of project
  • Method Details

    • getProject

      public String getProject()
      Get project name.
      Returns:
      project name