Package org.ggf.drmaa

Class InvalidJobException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidJobException
    extends DrmaaException
    The job specified by the given id does not exist.
    Since:
    0.4.2
    Version:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

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

      • InvalidJobException

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

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