Package org.ggf.drmaa
Class DrmsExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.DrmsExitException
- All Implemented Interfaces:
Serializable
DRM system disengagement failed.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofDrmsExitException
without detail message.DrmsExitException
(String msg) Constructs an instance ofDrmsExitException
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
-
DrmsExitException
public DrmsExitException()Creates a new instance ofDrmsExitException
without detail message. -
DrmsExitException
Constructs an instance ofDrmsExitException
with the specified detail message.- Parameters:
msg
- the detail message.
-