Package org.ggf.drmaa
Class ExitTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.ExitTimeoutException
- All Implemented Interfaces:
Serializable
A call to Session.synchronize() or Session.wait() has timed out.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofExitTimeoutException
without detail message.Constructs an instance ofExitTimeoutException
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
-
ExitTimeoutException
public ExitTimeoutException()Creates a new instance ofExitTimeoutException
without detail message. -
ExitTimeoutException
Constructs an instance ofExitTimeoutException
with the specified detail message.- Parameters:
msg
- the detail message.
-