|
||||||||||
| 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.JobExecutionException
public class JobExecutionException
JobExecutionException is thrown wherever the results of the calculation cannot be obtained. For cluster execution it hides DrmaaException
| Constructor Summary | |
|---|---|
JobExecutionException(java.lang.String message)
|
|
JobExecutionException(java.lang.String message,
java.lang.Throwable cause)
|
|
JobExecutionException(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 JobExecutionException(java.lang.String message)
public JobExecutionException(java.lang.Throwable cause)
public JobExecutionException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||