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:
Serializable
DRMAA could not use the default contact string to connect to the DRM
system.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofDefaultContactStringExceptionwithout detail message.Constructs an instance ofDefaultContactStringExceptionwith 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
-
DefaultContactStringException
public DefaultContactStringException()Creates a new instance ofDefaultContactStringExceptionwithout detail message. -
DefaultContactStringException
Constructs an instance ofDefaultContactStringExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-