Package org.ggf.drmaa

Class DefaultContactStringException

All Implemented Interfaces:
Serializable

public class DefaultContactStringException extends InvalidContactStringException
DRMAA could not use the default contact string to connect to the DRM system.
Since:
0.4.2
Version:
1.0
See Also:
  • Constructor Details

    • DefaultContactStringException

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

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