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:
Serializable
- Direct Known Subclasses:
DefaultContactStringException
,NoDefaultContactStringException
Initialization failed due to an invalid contact string.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInvalidContextStringException
without detail message.Constructs an instance ofInvalidContextStringException
with 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
-
InvalidContactStringException
public InvalidContactStringException()Creates a new instance ofInvalidContextStringException
without detail message. -
InvalidContactStringException
Constructs an instance ofInvalidContextStringException
with the specified detail message.- Parameters:
msg
- the detail message.
-