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

+ +org.apache.tuscany.sca.store +
+Class StoreException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.tuscany.sca.store.StoreException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
StoreReadException, StoreWriteException
+
+
+
+
public class StoreException
extends java.lang.Exception
+ + +

+Represents a generic exception thrown by a Store +

+ +

+

+
See Also:
Serialized Form
+
+ +

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

+StoreException

+
+public StoreException()
+
+
+

+

+
+ +

+StoreException

+
+public StoreException(java.lang.String message,
+                      java.lang.Throwable cause)
+
+
+

+

+
+ +

+StoreException

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

+

+
+ +

+StoreException

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

+

+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3