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