From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/corba/impl/WrappedSCAException.html | 347 --------------------- 1 file changed, 347 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/sca/corba/impl/WrappedSCAException.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/sca/corba/impl/WrappedSCAException.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/sca/corba/impl/WrappedSCAException.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/sca/corba/impl/WrappedSCAException.html deleted file mode 100644 index d3c1744a2f..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/sca/corba/impl/WrappedSCAException.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -WrappedSCAException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.binding.sca.corba.impl -
-Class WrappedSCAException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by org.apache.tuscany.sca.binding.sca.corba.impl.WrappedSCAException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class WrappedSCAException
extends java.lang.Exception
- - -

-Exception holder for SCA default binding over CORBA. Holds fault message in - XML -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Field Summary
- java.lang.Stringfault - -
-           
-  - - - - - - - - - - - - - -
-Constructor Summary
WrappedSCAException() - -
-          Creates exception holder with null fault message.
WrappedSCAException(java.lang.String fault) - -
-          Creates exception holder with fault message
-  - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.StringgetFault() - -
-           
- voidsetFault(java.lang.String fault) - -
-           
- - - - - - - -
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
-  -

- - - - - - - - -
-Field Detail
- -

-fault

-
-public java.lang.String fault
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-WrappedSCAException

-
-public WrappedSCAException()
-
-
Creates exception holder with null fault message. This no argument - constructor is needed by CORBA binding. -

-

-
- -

-WrappedSCAException

-
-public WrappedSCAException(java.lang.String fault)
-
-
Creates exception holder with fault message -

-

-
Parameters:
fault - XML fault message
-
- - - - - - - - -
-Method Detail
- -

-getFault

-
-public java.lang.String getFault()
-
-
-
-
-
-
- -

-setFault

-
-public void setFault(java.lang.String fault)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3