Package org.ggf.drmaa

Class InvalidJobTemplateException

All Implemented Interfaces:
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:
  • Constructor Details

    • InvalidJobTemplateException

      public InvalidJobTemplateException()
      Creates a new instance of InvalidJobException without detail message.
    • InvalidJobTemplateException

      public InvalidJobTemplateException(String msg)
      Constructs an instance of InvalidJobException with the specified detail message.
      Parameters:
      msg - the detail message.