Package org.ggf.drmaa

Class NoDefaultContactStringException

All Implemented Interfaces:
Serializable

public class NoDefaultContactStringException extends InvalidContactStringException
No contact string was given to use to connect to the DRM system, and no default contact string is set.
Since:
0.4.2
Version:
1.0
See Also:
  • Constructor Details

    • NoDefaultContactStringException

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

      public NoDefaultContactStringException(String msg)
      Constructs an instance of DefaultContactStringException with the specified detail message.
      Parameters:
      msg - the detail message.