Package org.ggf.drmaa
Class DeniedByDrmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.DeniedByDrmException
- All Implemented Interfaces:
Serializable
The DRM system rejected the job. The job will never be accepted
due to DRM configuration or job template settings.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofDeniedByDrmException
without detail message.Constructs an instance ofDeniedByDrmException
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
-
Constructor Details
-
DeniedByDrmException
public DeniedByDrmException()Creates a new instance ofDeniedByDrmException
without detail message. -
DeniedByDrmException
Constructs an instance ofDeniedByDrmException
with the specified detail message.- Parameters:
msg
- the detail message.
-