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:
Serializable
- Direct Known Subclasses:
HoldInconsistentStateException
,ReleaseInconsistentStateException
,ResumeInconsistentStateException
,SuspendInconsistentStateException
The job cannot be moved to the requested state.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInconsistentStateException
without detail message.Constructs an instance ofInconsistentStateException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentStateException
public InconsistentStateException()Creates a new instance ofInconsistentStateException
without detail message. -
InconsistentStateException
Constructs an instance ofInconsistentStateException
with the specified detail message.- Parameters:
msg
- the detail message.
-