X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FJobSubmissionException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FJobSubmissionException.html;h=0000000000000000000000000000000000000000;hb=bd60ae4b55ef69f0862761741ec89baeb05e5fc2;hp=c290dbacedfda23b1b26bd0ec7b235aca5d8ba1e;hpb=0af5752b754e730794978e86ed27939d7e130ce3;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/JobSubmissionException.html b/website/full_javadoc/compbio/metadata/JobSubmissionException.html deleted file mode 100644 index c290dba..0000000 --- a/website/full_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:
java.io.Serializable
-
-
-
Direct Known Subclasses:
LimitExceededException, UnsupportedRuntimeException
-
-
-
-
public class JobSubmissionException
extends java.lang.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(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
- -

-JobSubmissionException

-
-public JobSubmissionException(java.lang.String message)
-
-
-
- -

-JobSubmissionException

-
-public JobSubmissionException(java.lang.Throwable cause)
-
-
-
- -

-JobSubmissionException

-
-public JobSubmissionException(java.lang.String message,
-                              java.lang.Throwable cause)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -