Package org.ggf.drmaa

Class HoldInconsistentStateException

All Implemented Interfaces:
Serializable

public class HoldInconsistentStateException extends InconsistentStateException
The job is not in a state where it can be held.
Since:
0.5
Version:
1.0
See Also:
  • Constructor Details

    • HoldInconsistentStateException

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

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