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/SessionEndedException.html | 307 +++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/SessionEndedException.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/SessionEndedException.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/SessionEndedException.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/SessionEndedException.html new file mode 100644 index 0000000000..da3fc5cdf2 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/SessionEndedException.html @@ -0,0 +1,307 @@ + + + + + + + +SessionEndedException (SCA API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+ +

+ +org.osoa.sca +
+Class SessionEndedException

+
+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.SessionEndedException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SessionEndedException
extends ServiceRuntimeException
+ + +

+Exception thrown to indicate the session being used for a stateful + interaction has been ended. +

+ +

+

+
Version:
+
$Rev: 388784 $ $Date: 2006-03-25 11:34:51 -0500 (Sat, 25 Mar 2006) $
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
SessionEndedException() + +
+          Override constructor from ServiceRuntimeException.
SessionEndedException(java.lang.String message) + +
+          Override constructor from ServiceRuntimeException.
SessionEndedException(java.lang.String message, + java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
SessionEndedException(java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
+  + + + + + + + +
+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
+ +

+SessionEndedException

+
+public SessionEndedException()
+
+
Override constructor from ServiceRuntimeException. +

+

+
See Also:
ServiceRuntimeException
+
+
+ +

+SessionEndedException

+
+public SessionEndedException(java.lang.String message)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+SessionEndedException

+
+public SessionEndedException(java.lang.String message,
+                             java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+SessionEndedException

+
+public SessionEndedException(java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+- + + -- cgit v1.2.3