compbio.metadata
Class JobSubmissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
compbio.metadata.JobSubmissionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LimitExceededException, UnsupportedRuntimeException
public class JobSubmissionException
- extends Exception
Exception for generic problems with JobSubmission it is often thrown as a
wrapper for the lower level exceptions like IOException or DrmaaException. If
this exception is thrown the task has not been calculated
- Author:
- pvtroshin
Date December 2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobSubmissionException
public JobSubmissionException(String message)
JobSubmissionException
public JobSubmissionException(Throwable cause)
JobSubmissionException
public JobSubmissionException(String message,
Throwable cause)