Package org.ggf.drmaa

Class ReleaseInconsistentStateException

All Implemented Interfaces:
Serializable

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

    • ReleaseInconsistentStateException

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

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