Package org.ggf.drmaa
Class DrmaaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyActiveSessionException
,AuthorizationException
,DeniedByDrmException
,DrmCommunicationException
,DrmsExitException
,DrmsInitException
,ExitTimeoutException
,InconsistentStateException
,InvalidAttributeValueException
,InvalidJobException
,InvalidJobTemplateException
,NoActiveSessionException
,TryLaterException
,UnsupportedAttributeException
public abstract class DrmaaException extends java.lang.Exception
The base class for all DRMAA Exceptions.- Since:
- 0.5
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrmaaException()
Creates a new instance ofDrmaaException
without detail message.DrmaaException(java.lang.String msg)
Constructs an instance ofDrmaaException
with the specified detail message.
-