Package org.ggf.drmaa
Class DefaultContactStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.DrmsInitException
-
- org.ggf.drmaa.InvalidContactStringException
-
- org.ggf.drmaa.DefaultContactStringException
-
- All Implemented Interfaces:
java.io.Serializable
public class DefaultContactStringException extends InvalidContactStringException
DRMAA could not use the default contact string to connect to the DRM system.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultContactStringException()
Creates a new instance ofDefaultContactStringException
without detail message.DefaultContactStringException(java.lang.String msg)
Constructs an instance ofDefaultContactStringException
with the specified detail message.
-
-
-
Constructor Detail
-
DefaultContactStringException
public DefaultContactStringException()
Creates a new instance ofDefaultContactStringException
without detail message.
-
DefaultContactStringException
public DefaultContactStringException(java.lang.String msg)
Constructs an instance ofDefaultContactStringException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-