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