X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FJobSubmissionException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FJobSubmissionException.html;h=0000000000000000000000000000000000000000;hb=28c44136f712d9504f6930bb31e67df2ff0e66df;hp=93688e03d37c26e65964aeee9869c584ed19659b;hpb=eee7bbead2d812ef1aa67389ae2d1c4884c47458;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/JobSubmissionException.html b/website/dm_javadoc/compbio/metadata/JobSubmissionException.html deleted file mode 100644 index 93688e0..0000000 --- a/website/dm_javadoc/compbio/metadata/JobSubmissionException.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -JobSubmissionException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.metadata -
-Class JobSubmissionException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by 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
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
JobSubmissionException(String message) - -
-           
JobSubmissionException(String message, - Throwable cause) - -
-           
JobSubmissionException(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
- -

-JobSubmissionException

-
-public JobSubmissionException(String message)
-
-
-
- -

-JobSubmissionException

-
-public JobSubmissionException(Throwable cause)
-
-
-
- -

-JobSubmissionException

-
-public JobSubmissionException(String message,
-                              Throwable cause)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -