X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.html;h=81522aac5a2d81ec72531941845baa5ede9c7c38;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html new file mode 100644 index 0000000..81522aa --- /dev/null +++ b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html @@ -0,0 +1,265 @@ + + + + + + +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:
java.io.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(java.lang.String message) + +
+           
UnsupportedRuntimeException(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
+ +

+UnsupportedRuntimeException

+
+public UnsupportedRuntimeException(java.lang.String message)
+
+
+
+ +

+UnsupportedRuntimeException

+
+public UnsupportedRuntimeException(java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +