X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=80ebc8121438f4c800b40bb5866a3c203f230dca;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html b/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html deleted file mode 100644 index 80ebc81..0000000 --- a/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - -UnsupportedRuntimeException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.metadata -
-Class UnsupportedRuntimeException

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

-Indicates that the server could not execute native executables. e.g. If Mafft - (unix executable) is asked to be run on Windows. In context of JABAWS this - exception indicates that the service is deployed but is not able to run. -

- -

-

-
Author:
-
pvtroshin - - Date February 2010
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
UnsupportedRuntimeException(String message) - -
-           
UnsupportedRuntimeException(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
- -

-UnsupportedRuntimeException

-
-public UnsupportedRuntimeException(String message)
-
-
-
- -

-UnsupportedRuntimeException

-
-public UnsupportedRuntimeException(Throwable cause)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -