X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FJobExecutionException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FJobExecutionException.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=39b1724ab580ffa36469ccf20ec5ac87b11d8660;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/JobExecutionException.html b/website/dm_javadoc/compbio/metadata/JobExecutionException.html deleted file mode 100644 index 39b1724..0000000 --- a/website/dm_javadoc/compbio/metadata/JobExecutionException.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -JobExecutionException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -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)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -