Package org.ggf.drmaa

Class DrmsExitException

All Implemented Interfaces:
Serializable

public class DrmsExitException extends DrmaaException
DRM system disengagement failed.
Since:
0.5
Version:
1.0
See Also:
  • Constructor Details

    • DrmsExitException

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

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