Package org.ggf.drmaa
Class AlreadyActiveSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.AlreadyActiveSessionException
- All Implemented Interfaces:
Serializable
Initialization failed due to existing DRMAA session.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofSessionAlreadyActiveException
without detail message.Constructs an instance ofSessionAlreadyActiveException
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
-
AlreadyActiveSessionException
public AlreadyActiveSessionException()Creates a new instance ofSessionAlreadyActiveException
without detail message. -
AlreadyActiveSessionException
Constructs an instance ofSessionAlreadyActiveException
with the specified detail message.- Parameters:
msg
- the detail message.
-