Class JobAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception raised if job being created already exists.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobAlreadyExistsException
Constructor.- Parameters:
proj- name of project
-
-
Method Details
-
getProject
Get project name.- Returns:
- project name
-