org.ggf.drmaa
Class ExitTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ggf.drmaa.DrmaaException
              extended by org.ggf.drmaa.ExitTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ExitTimeoutException
extends DrmaaException

Thrown when Session.wait(java.lang.String, long) or Session.synchronize(java.util.List, long, boolean) call returned before all selected jobs entered the DONE or FAILED state.

See Also:
Serialized Form

Constructor Summary
ExitTimeoutException()
           
ExitTimeoutException(java.lang.String message)
           
 
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

ExitTimeoutException

public ExitTimeoutException()

ExitTimeoutException

public ExitTimeoutException(java.lang.String message)