Package org.ggf.drmaa
Class DrmsInitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.DrmsInitException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidContactStringException
public class DrmsInitException extends DrmaaException
DRM system initialization failed.- Since:
- 0.5
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrmsInitException()
Creates a new instance ofDrmsInitException
without detail message.DrmsInitException(java.lang.String msg)
Constructs an instance ofDrmsInitException
with the specified detail message.
-
-
-
Constructor Detail
-
DrmsInitException
public DrmsInitException()
Creates a new instance ofDrmsInitException
without detail message.
-
DrmsInitException
public DrmsInitException(java.lang.String msg)
Constructs an instance ofDrmsInitException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-