Package org.ggf.drmaa

Class DrmaaException

    • Constructor Summary

      Constructors 
      Constructor Description
      DrmaaException()
      Creates a new instance of DrmaaException without detail message.
      DrmaaException​(java.lang.String msg)
      Constructs an instance of DrmaaException 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

      • DrmaaException

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

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