From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/osoa/sca/ServiceUnavailableException.html | 304 --------------------- 1 file changed, 304 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceUnavailableException.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceUnavailableException.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceUnavailableException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceUnavailableException.html deleted file mode 100644 index b4765be053..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceUnavailableException.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - -ServiceUnavailableException (SCA API incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-SCA API -
- - - -
- -

- -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: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $
-
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
clone, equals, finalize, 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).
-
- -
- - - - - - - - - - - - - - - - - - - -
-SCA API -
- - - -
-- - - -- cgit v1.2.3