Package org.ggf.drmaa

Class DeniedByDrmException

All Implemented Interfaces:
Serializable

public class DeniedByDrmException extends DrmaaException
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 Details

    • DeniedByDrmException

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

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