Package org.ggf.drmaa

Class InconsistentStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HoldInconsistentStateException, ReleaseInconsistentStateException, ResumeInconsistentStateException, SuspendInconsistentStateException

public abstract class InconsistentStateException extends DrmaaException
The job cannot be moved to the requested state.
Since:
0.4.2
Version:
1.0
See Also:
  • Constructor Details

    • InconsistentStateException

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

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