Package org.ggf.drmaa

Class DrmCommunicationException

All Implemented Interfaces:
Serializable

public class DrmCommunicationException extends DrmaaException
Could not contact DRM system for this request.
Since:
0.5
Version:
1.0
See Also:
  • Constructor Details

    • DrmCommunicationException

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

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