Package org.ggf.drmaa

Class ResumeInconsistentStateException

All Implemented Interfaces:
Serializable

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

    • ResumeInconsistentStateException

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

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