Package org.ggf.drmaa

Class InvalidJobException

All Implemented Interfaces:
Serializable

public class InvalidJobException extends DrmaaException
The job specified by the given id does not exist.
Since:
0.4.2
Version:
1.0
See Also:
  • Constructor Details

    • InvalidJobException

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

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