compbio.metadata
Class JobExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobExecutionException
public JobExecutionException(String message)
JobExecutionException
public JobExecutionException(Throwable cause)
JobExecutionException
public JobExecutionException(String message,
Throwable cause)