Class UnsupportedJobTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.denodo.scheduler.client.commons.exceptions.UnsupportedJobTypeException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown when no support is available for a requested job
type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedJobTypeException(String jobType) Constructs an instance of this class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
UnsupportedJobTypeException
Constructs an instance of this class.- Parameters:
jobType- the name of the unsupported job type.
-