Package org.ggf.drmaa
Class InconsistentStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.InconsistentStateException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HoldInconsistentStateException
,ReleaseInconsistentStateException
,ResumeInconsistentStateException
,SuspendInconsistentStateException
public abstract class InconsistentStateException extends DrmaaException
The job cannot be moved to the requested state.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InconsistentStateException()
Creates a new instance ofInconsistentStateException
without detail message.InconsistentStateException(java.lang.String msg)
Constructs an instance ofInconsistentStateException
with the specified detail message.
-
-
-
Constructor Detail
-
InconsistentStateException
public InconsistentStateException()
Creates a new instance ofInconsistentStateException
without detail message.
-
InconsistentStateException
public InconsistentStateException(java.lang.String msg)
Constructs an instance ofInconsistentStateException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-