Package org.ggf.drmaa
Class SuspendInconsistentStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.InconsistentStateException
-
- org.ggf.drmaa.SuspendInconsistentStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class SuspendInconsistentStateException extends InconsistentStateException
The job is not in a state where it can be suspended.- Since:
- 0.5
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuspendInconsistentStateException()
Creates a new instance ofSuspendInconsistentStateException
without detail message.SuspendInconsistentStateException(java.lang.String msg)
Constructs an instance ofSuspendInconsistentStateException
with the specified detail message.
-
-
-
Constructor Detail
-
SuspendInconsistentStateException
public SuspendInconsistentStateException()
Creates a new instance ofSuspendInconsistentStateException
without detail message.
-
SuspendInconsistentStateException
public SuspendInconsistentStateException(java.lang.String msg)
Constructs an instance ofSuspendInconsistentStateException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-