|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
compbio.metadata.JobSubmissionException
public class JobSubmissionException
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
| Constructor Summary | |
|---|---|
JobSubmissionException(java.lang.String message)
|
|
JobSubmissionException(java.lang.String message,
java.lang.Throwable cause)
|
|
JobSubmissionException(java.lang.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 |
|---|
public JobSubmissionException(java.lang.String message)
public JobSubmissionException(java.lang.Throwable cause)
public JobSubmissionException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||