Uses of Class
org.apache.ws.resource.faults.FaultException

Packages that use FaultException
org.apache.ws.resource.faults   
org.apache.ws.resource.lifetime.faults   
org.apache.ws.resource.properties.faults   
 

Uses of FaultException in org.apache.ws.resource.faults
 

Subclasses of FaultException in org.apache.ws.resource.faults
 class AbstractBaseFaultException
          The WS-BaseFaults base fault type implemented as a Java exception.
 class BaseFaultException
          WS-BaseFaults BaseFault XSD global element implemented as a Java exception.
 class ResourceKeyHeaderNotFoundFaultException
          A fault that is thrown when the expected resource identifier header element is not found in a SOAP request Header.
 

Uses of FaultException in org.apache.ws.resource.lifetime.faults
 

Subclasses of FaultException in org.apache.ws.resource.lifetime.faults
 class ResourceNotDestroyedFaultException
          An Exception representing the WSRL-defined ResourceNotDestroyed fault, which is thrown by the Destroy operation if it cannot destroy the resource.
 class ResourceUnknownFaultException
          LOG-DONE Indicates that the resource identified in the message is not known to the Web service.
 class TerminationTimeChangeRejectedFaultException
          LOG-DONE Indicates that a WS-Resource could not be destroyed for some reason.
 class UnableToSetTerminationTimeFaultException
          An Exception representing the WSRL-defined UnableToSetTerminationTime fault, which is thrown by the SetTerminationTime operation if it cannot set the resource's termination time.
 

Uses of FaultException in org.apache.ws.resource.properties.faults
 

Subclasses of FaultException in org.apache.ws.resource.properties.faults
 class DeleteResourcePropertyRequestFailedFaultException
           
 class InsertResourcePropertyRequestFailedFaultException
           
 class InvalidInsertResourcePropertiesRequestContentFaultException
           
 class InvalidQueryExpressionFaultException
          LOG-DONE WS-ResourceProperties InvalidQueryExpression fault type implemented as a Java exception.
 class InvalidResourcePropertyQNameFaultException
          LOG-DONE WS-ResourceProperties InvalidResourcePropertyQName fault type implemented as a Java exception.
 class InvalidSetResourcePropertiesRequestContentFaultException
          LOG-DONE WS-ResourceProperties InvalidSetResourcePropertiesRequestContent fault type implemented as a Java exception.
 class InvalidUpdateResourcePropertiesRequestContentFaultException
           
 class QueryEvaluationErrorFaultException
          LOG-DONE WS-ResourceProperties QueryEvaluationError fault type implemented as a Java exception.
 class ResourcePropertyRetrievalFailedFaultException
          A fault exception to be used when a refresh callback operation fails.
 class SetResourcePropertyRequestFailedFaultException
          LOG-DONE WS-ResourceProperties SetResourcePropertyRequestFailed fault type implemented as a Java exception.
 class UnableToModifyResourcePropertyFaultException
          LOG-DONE WS-ResourceProperties UnableToModifyResourceProperty fault type implemented as a Java exception.
 class UnknownQueryExpressionDialectFaultException
          LOG-DONE WS-ResourceProperties UnknownQueryExpressionDialect fault type implemented as a Java exception.
 class UpdateResourcePropertyRequestFailedFaultException
           
 



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