From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../binding/feed/collection/NotFoundException.html | 286 +++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/feed/collection/NotFoundException.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/feed/collection/NotFoundException.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/feed/collection/NotFoundException.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/feed/collection/NotFoundException.html new file mode 100644 index 0000000000..c1e62eeaaf --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/feed/collection/NotFoundException.html @@ -0,0 +1,286 @@ + + + + + + +NotFoundException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.feed.collection +
+Class NotFoundException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.tuscany.sca.binding.feed.collection.NotFoundException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class NotFoundException
extends java.lang.Exception
+ + +

+Indicates that a resource could not be found. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
NotFoundException() + +
+           
NotFoundException(java.lang.String message) + +
+           
NotFoundException(java.lang.String message, + java.lang.Throwable cause) + +
+           
NotFoundException(java.lang.Throwable 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
+ +

+NotFoundException

+
+public NotFoundException()
+
+
+
+ +

+NotFoundException

+
+public NotFoundException(java.lang.String message)
+
+
+
+ +

+NotFoundException

+
+public NotFoundException(java.lang.Throwable cause)
+
+
+
+ +

+NotFoundException

+
+public NotFoundException(java.lang.String message,
+                         java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3