Package org.ggf.drmaa

Class DrmaaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyActiveSessionException, AuthorizationException, DeniedByDrmException, DrmCommunicationException, DrmsExitException, DrmsInitException, ExitTimeoutException, InconsistentStateException, InvalidAttributeValueException, InvalidJobException, InvalidJobTemplateException, NoActiveSessionException, TryLaterException, UnsupportedAttributeException

public abstract class DrmaaException extends Exception
The base class for all DRMAA Exceptions.
Since:
0.5
Version:
1.0
See Also:
  • Constructor Details

    • DrmaaException

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

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