Package org.ggf.drmaa

Class AlreadyActiveSessionException

All Implemented Interfaces:
Serializable

public class AlreadyActiveSessionException extends DrmaaException
Initialization failed due to existing DRMAA session.
Since:
0.5
Version:
1.0
See Also:
  • Constructor Details

    • AlreadyActiveSessionException

      public AlreadyActiveSessionException()
      Creates a new instance of SessionAlreadyActiveException without detail message.
    • AlreadyActiveSessionException

      public AlreadyActiveSessionException(String msg)
      Constructs an instance of SessionAlreadyActiveException with the specified detail message.
      Parameters:
      msg - the detail message.