Package org.ggf.drmaa

Class InconsistentStateException

    • Constructor Summary

      Constructors 
      Constructor Description
      InconsistentStateException()
      Creates a new instance of InconsistentStateException without detail message.
      InconsistentStateException​(java.lang.String msg)
      Constructs an instance of InconsistentStateException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InconsistentStateException

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

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