compbio.metadata
Class JobExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by compbio.metadata.JobExecutionException
All Implemented Interfaces:
Serializable

public class JobExecutionException
extends Exception

JobExecutionException is thrown wherever the results of the calculation cannot be obtained. For cluster execution it hides DrmaaException

Version:
1.0 October 2009
Author:
pvtroshin
See Also:
Serialized Form

Constructor Summary
JobExecutionException(String message)
           
JobExecutionException(String message, Throwable cause)
           
JobExecutionException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobExecutionException

public JobExecutionException(String message)

JobExecutionException

public JobExecutionException(Throwable cause)

JobExecutionException

public JobExecutionException(String message,
                             Throwable cause)