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.ExceptionThe 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 ofDrmaaExceptionwithout detail message.DrmaaException(java.lang.String msg)Constructs an instance ofDrmaaExceptionwith the specified detail message.
-