Package org.ggf.drmaa
Class InvalidJobTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.InvalidJobTemplateException
- All Implemented Interfaces:
Serializable
The JobTemplate object is no longer valid. It has either been deleted via
Session.deleteJobTemplate(), or it was never created through
Session.createJobTemplate().
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInvalidJobException
without detail message.Constructs an instance ofInvalidJobException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJobTemplateException
public InvalidJobTemplateException()Creates a new instance ofInvalidJobException
without detail message. -
InvalidJobTemplateException
Constructs an instance ofInvalidJobException
with the specified detail message.- Parameters:
msg
- the detail message.
-