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 --- .../notification/encoding/EncodingException.html | 260 +++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/EncodingException.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/EncodingException.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/EncodingException.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/EncodingException.html new file mode 100644 index 0000000000..b0dae66b45 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/EncodingException.html @@ -0,0 +1,260 @@ + + + + + + +EncodingException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.notification.encoding +
+Class EncodingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.tuscany.sca.binding.notification.encoding.EncodingException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class EncodingException
extends java.lang.Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
EncodingException(java.lang.String message) + +
+          Initializes the exception message.
EncodingException(java.lang.Throwable cause) + +
+          Initializes the root 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
+ +

+EncodingException

+
+public EncodingException(java.lang.String message)
+
+
Initializes the exception message. +

+

+
Parameters:
message - Message for the exception.
+
+
+ +

+EncodingException

+
+public EncodingException(java.lang.Throwable cause)
+
+
Initializes the root cause. +

+

+
Parameters:
cause - Root cause for the exception.
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3