Package org.ggf.drmaa
Class ReleaseInconsistentStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.InconsistentStateException
org.ggf.drmaa.ReleaseInconsistentStateException
- All Implemented Interfaces:
Serializable
The job is not in a state where it can be released.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofReleaseInconsistentStateException
without detail message.Constructs an instance ofReleaseInconsistentStateException
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
-
ReleaseInconsistentStateException
public ReleaseInconsistentStateException()Creates a new instance ofReleaseInconsistentStateException
without detail message. -
ReleaseInconsistentStateException
Constructs an instance ofReleaseInconsistentStateException
with the specified detail message.- Parameters:
msg
- the detail message.
-