Package org.ggf.drmaa

Class InvalidContactStringException

    • Constructor Summary

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

      • InvalidContactStringException

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

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