X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FJobExecutionException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FJobExecutionException.html;h=e4a8220f976bed5131963d237f587cf12532ed0f;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/JobExecutionException.html b/website/full_javadoc/compbio/metadata/JobExecutionException.html new file mode 100644 index 0000000..e4a8220 --- /dev/null +++ b/website/full_javadoc/compbio/metadata/JobExecutionException.html @@ -0,0 +1,279 @@ + + + + + + +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)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +