From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/osoa/sca/ServiceUnavailableException.html | 303 +++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ServiceUnavailableException.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ServiceUnavailableException.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ServiceUnavailableException.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ServiceUnavailableException.html new file mode 100644 index 0000000000..5bec0909fa --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ServiceUnavailableException.html @@ -0,0 +1,303 @@ + + + + + + +ServiceUnavailableException + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Class ServiceUnavailableException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.osoa.sca.ServiceRuntimeException
+                  extended by org.osoa.sca.ServiceUnavailableException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ServiceUnavailableException
extends ServiceRuntimeException
+ + +

+Exception used to indicate that a runtime exception occurred during the invocation of and external service. +

+ +

+

+
Version:
+
$Rev: 498006 $ $Date: 2007-01-19 23:37:39 +0000 (Fri, 19 Jan 2007) $
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ServiceUnavailableException() + +
+          Constructs a new ServiceUnavailableException.
ServiceUnavailableException(java.lang.String message) + +
+          Constructs a new ServiceUnavailableException with the specified detail message.
ServiceUnavailableException(java.lang.String message, + java.lang.Throwable cause) + +
+          Constructs a new ServiceUnavailableException with the specified detail message and cause.
ServiceUnavailableException(java.lang.Throwable cause) + +
+          Constructs a new ServiceUnavailableException with the specified 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
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException()
+
+
Constructs a new ServiceUnavailableException. +

+

+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.String message)
+
+
Constructs a new ServiceUnavailableException with the specified detail message. +

+

+
Parameters:
message - The detail message (which is saved to later retrieval by the getMessage() method).
+
+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.Throwable cause)
+
+
Constructs a new ServiceUnavailableException with the specified cause. +

+

+
Parameters:
cause - The cause (which is saved to later retrieval by the getCause() method).
+
+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.String message,
+                                   java.lang.Throwable cause)
+
+
Constructs a new ServiceUnavailableException with the specified detail message and cause. +

+

+
Parameters:
message - The message (which is saved to later retrieval by the getMessage() method).
cause - The cause (which is saved to later retrieval by the getCause() method).
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3