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 SummaryConstructors Constructor Description BadOptionComboException(String opt1, String opt2)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOption1()Get option one name.StringgetOption2()Get option two name.- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-