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

- -compbio.metadata -
-Class ResultNotAvailableException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by compbio.metadata.ResultNotAvailableException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class ResultNotAvailableException
extends Exception
- - -

-ResultNotAvailableException is thrown wherever the results of the calculation - cannot be obtained. For cluster execution it hides lower level exceptions - like DrmaaException -

- -

-

-
Author:
-
pvtroshin - - Date October 2009
-
See Also:
Serialized Form
-
- -

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

-ResultNotAvailableException

-
-public ResultNotAvailableException(String message)
-
-
-
- -

-ResultNotAvailableException

-
-public ResultNotAvailableException(Throwable cause)
-
-
-
- -

-ResultNotAvailableException

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