Package org.ggf.drmaa
Class InvalidContactStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.DrmsInitException
-
- org.ggf.drmaa.InvalidContactStringException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DefaultContactStringException
,NoDefaultContactStringException
public class InvalidContactStringException extends DrmsInitException
Initialization failed due to an invalid contact string.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContactStringException()
Creates a new instance ofInvalidContextStringException
without detail message.InvalidContactStringException(java.lang.String msg)
Constructs an instance ofInvalidContextStringException
with the specified detail message.
-
-
-
Constructor Detail
-
InvalidContactStringException
public InvalidContactStringException()
Creates a new instance ofInvalidContextStringException
without detail message.
-
InvalidContactStringException
public InvalidContactStringException(java.lang.String msg)
Constructs an instance ofInvalidContextStringException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-