Package org.ggf.drmaa
Class DrmCommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.DrmCommunicationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DrmCommunicationException extends DrmaaException
Could not contact DRM system for this request.- Since:
- 0.5
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrmCommunicationException()
Creates a new instance ofCommunicationException
without detail message.DrmCommunicationException(java.lang.String msg)
Constructs an instance ofCommunicationException
with the specified detail message.
-
-
-
Constructor Detail
-
DrmCommunicationException
public DrmCommunicationException()
Creates a new instance ofCommunicationException
without detail message.
-
DrmCommunicationException
public DrmCommunicationException(java.lang.String msg)
Constructs an instance ofCommunicationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-