Package org.ggf.drmaa
Class DrmaaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyActiveSessionException,AuthorizationException,DeniedByDrmException,DrmCommunicationException,DrmsExitException,DrmsInitException,ExitTimeoutException,InconsistentStateException,InvalidAttributeValueException,InvalidJobException,InvalidJobTemplateException,NoActiveSessionException,TryLaterException,UnsupportedAttributeException
The base class for all DRMAA Exceptions.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofDrmaaExceptionwithout detail message.DrmaaException(String msg) Constructs an instance ofDrmaaExceptionwith 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
-
DrmaaException
public DrmaaException()Creates a new instance ofDrmaaExceptionwithout detail message. -
DrmaaException
Constructs an instance ofDrmaaExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-