Class BadOptionComboException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vectorcast.plugins.vectorcastexecution.job.BadOptionComboException
-
- All Implemented Interfaces:
Serializable
public class BadOptionComboException extends Exception
Exception raised if job being created already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadOptionComboException(String opt1, String opt2)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOption1()
Get option one name.String
getOption2()
Get option two name.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-