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:
java.io.Serializable
public class InvalidJobTemplateException extends DrmaaException
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:
Session.createJobTemplate()
,Session.deleteJobTemplate(JobTemplate)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidJobTemplateException()
Creates a new instance ofInvalidJobException
without detail message.InvalidJobTemplateException(java.lang.String msg)
Constructs an instance ofInvalidJobException
with the specified detail message.
-
-
-
Constructor Detail
-
InvalidJobTemplateException
public InvalidJobTemplateException()
Creates a new instance ofInvalidJobException
without detail message.
-
InvalidJobTemplateException
public InvalidJobTemplateException(java.lang.String msg)
Constructs an instance ofInvalidJobException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-