org.ggf.drmaa
Class DrmaaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 class DrmaaException
extends java.lang.Exception

The base class of the non-runtime DRMAAA exceptions.

See Also:
Serialized Form

Constructor Summary
DrmaaException()
           
DrmaaException(java.lang.String message)
           
DrmaaException(java.lang.String message, java.lang.Throwable throwable)
           
DrmaaException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DrmaaException

public DrmaaException()

DrmaaException

public DrmaaException(java.lang.String message)

DrmaaException

public DrmaaException(java.lang.Throwable throwable)

DrmaaException

public DrmaaException(java.lang.String message,
                      java.lang.Throwable throwable)