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:
Serializable
The job is not in a state where it can be suspended.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofSuspendInconsistentStateException
without detail message.Constructs an instance ofSuspendInconsistentStateException
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
-
SuspendInconsistentStateException
public SuspendInconsistentStateException()Creates a new instance ofSuspendInconsistentStateException
without detail message. -
SuspendInconsistentStateException
Constructs an instance ofSuspendInconsistentStateException
with the specified detail message.- Parameters:
msg
- the detail message.
-