org.ggf.drmaa
Class InconsistentStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ggf.drmaa.DrmaaException
              extended by org.ggf.drmaa.InconsistentStateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HoldInconsistentStateException, ReleaseInconsistentStateException, ResumeInconsistentStateException, SuspendInconsistentStateException

public class InconsistentStateException
extends DrmaaException

The base class of the Inconsistent State DRMAAA exceptions.

See Also:
Serialized Form

Constructor Summary
InconsistentStateException()
           
InconsistentStateException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InconsistentStateException

public InconsistentStateException()

InconsistentStateException

public InconsistentStateException(java.lang.String message)