Package org.ggf.drmaa
Class InvalidJobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.InvalidJobException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidJobException()
Creates a new instance ofInvalidJobException
without detail message.InvalidJobException(java.lang.String msg)
Constructs an instance ofInvalidJobException
with the specified detail message.
-
-
-
Constructor Detail
-
InvalidJobException
public InvalidJobException()
Creates a new instance ofInvalidJobException
without detail message.
-
InvalidJobException
public InvalidJobException(java.lang.String msg)
Constructs an instance ofInvalidJobException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-