Return-Path: Delivered-To: apmail-ws-wsrf-commits-archive@www.apache.org Received: (qmail 91711 invoked from network); 14 Sep 2005 17:44:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 17:44:12 -0000 Received: (qmail 68283 invoked by uid 500); 14 Sep 2005 17:43:53 -0000 Delivered-To: apmail-ws-wsrf-commits-archive@ws.apache.org Received: (qmail 68222 invoked by uid 500); 14 Sep 2005 17:43:52 -0000 Mailing-List: contact wsrf-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wsrf-dev@ws.apache.org Delivered-To: mailing list wsrf-commits@ws.apache.org Received: (qmail 67070 invoked by uid 500); 14 Sep 2005 17:43:30 -0000 Delivered-To: apmail-ws-wsrf-cvs@ws.apache.org Received: (qmail 66932 invoked by uid 99); 14 Sep 2005 17:42:58 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Sep 2005 10:42:36 -0700 Received: (qmail 90536 invoked by uid 65534); 14 Sep 2005 17:42:36 -0000 Message-ID: <20050914174236.90531.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r280892 [18/53] - in /webservices/wsrf/site/apidocs: ./ org/apache/ws/ org/apache/ws/resource/ org/apache/ws/resource/lifetime/ org/apache/ws/resource/lifetime/impl/ org/apache/ws/resource/lifetime/impl/class-use/ org/apache/ws/resource/lif... Date: Wed, 14 Sep 2005 17:36:03 -0000 To: wsrf-cvs@ws.apache.org From: scamp@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UpdateResourcePropertyRequestFailedFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UpdateResourcePropertyRequestFailedFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UpdateResourcePropertyRequestFailedFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UpdateResourcePropertyRequestFailedFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,312 @@ + + + + + + + +UpdateResourcePropertyRequestFailedFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.resource.properties.faults +
+Class UpdateResourcePropertyRequestFailedFaultException

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended byjava.lang.RuntimeException
+              extended byjavax.xml.rpc.soap.SOAPFaultException
+                  extended byorg.apache.ws.resource.faults.FaultException
+                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
+                          extended byorg.apache.ws.resource.properties.faults.UpdateResourcePropertyRequestFailedFaultException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class UpdateResourcePropertyRequestFailedFaultException
extends AbstractBaseFaultException
+ +

+

+
Author:
+
Sal Campana
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
UpdateResourcePropertyRequestFailedFaultException(NamespaceVersionHolder namespaces, + Description[] description) + +
+          Creates a new UpdateResourcePropertyRequestFailedFaultException object.
+  + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetBaseFaultName() + +
+          Returns the element name for this base fault.
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
+ + + + + + + +
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+UpdateResourcePropertyRequestFailedFaultException

+
+public UpdateResourcePropertyRequestFailedFaultException(NamespaceVersionHolder namespaces,
+                                                         Description[] description)
+
+
Creates a new UpdateResourcePropertyRequestFailedFaultException object. +

+

Parameters:
namespaces - DOCUMENT_ME
description - DOCUMENT_ME
+ + + + + + + + +
+Method Detail
+ +

+getBaseFaultName

+
+public javax.xml.namespace.QName getBaseFaultName()
+
+
Returns the element name for this base fault. +

+

+
Specified by:
getBaseFaultName in class AbstractBaseFaultException
+
+
+ +
Returns:
the element name for this base fault
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/DeleteResourcePropertyRequestFailedFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/DeleteResourcePropertyRequestFailedFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/DeleteResourcePropertyRequestFailedFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/DeleteResourcePropertyRequestFailedFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.DeleteResourcePropertyRequestFailedFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.DeleteResourcePropertyRequestFailedFaultException

+
+No usage of org.apache.ws.resource.properties.faults.DeleteResourcePropertyRequestFailedFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InsertResourcePropertyRequestFailedFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InsertResourcePropertyRequestFailedFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InsertResourcePropertyRequestFailedFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InsertResourcePropertyRequestFailedFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InsertResourcePropertyRequestFailedFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InsertResourcePropertyRequestFailedFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InsertResourcePropertyRequestFailedFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidInsertResourcePropertiesRequestContentFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidInsertResourcePropertiesRequestContentFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidInsertResourcePropertiesRequestContentFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidInsertResourcePropertiesRequestContentFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InvalidInsertResourcePropertiesRequestContentFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InvalidInsertResourcePropertiesRequestContentFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InvalidInsertResourcePropertiesRequestContentFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidQueryExpressionFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidQueryExpressionFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidQueryExpressionFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidQueryExpressionFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InvalidQueryExpressionFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InvalidQueryExpressionFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InvalidQueryExpressionFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidResourcePropertyQNameFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidResourcePropertyQNameFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidResourcePropertyQNameFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidResourcePropertyQNameFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InvalidResourcePropertyQNameFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InvalidResourcePropertyQNameFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InvalidResourcePropertyQNameFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidSetResourcePropertiesRequestContentFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidSetResourcePropertiesRequestContentFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidSetResourcePropertiesRequestContentFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidSetResourcePropertiesRequestContentFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InvalidSetResourcePropertiesRequestContentFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InvalidSetResourcePropertiesRequestContentFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InvalidSetResourcePropertiesRequestContentFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidUpdateResourcePropertiesRequestContentFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidUpdateResourcePropertiesRequestContentFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidUpdateResourcePropertiesRequestContentFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/InvalidUpdateResourcePropertiesRequestContentFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.InvalidUpdateResourcePropertiesRequestContentFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.InvalidUpdateResourcePropertiesRequestContentFaultException

+
+No usage of org.apache.ws.resource.properties.faults.InvalidUpdateResourcePropertiesRequestContentFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/QueryEvaluationErrorFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/QueryEvaluationErrorFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/QueryEvaluationErrorFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/QueryEvaluationErrorFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.QueryEvaluationErrorFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.QueryEvaluationErrorFaultException

+
+No usage of org.apache.ws.resource.properties.faults.QueryEvaluationErrorFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/ResourcePropertyRetrievalFailedFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/ResourcePropertyRetrievalFailedFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/ResourcePropertyRetrievalFailedFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/class-use/ResourcePropertyRetrievalFailedFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.resource.properties.faults.ResourcePropertyRetrievalFailedFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.resource.properties.faults.ResourcePropertyRetrievalFailedFaultException

+
+No usage of org.apache.ws.resource.properties.faults.ResourcePropertyRetrievalFailedFaultException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + +