Uses of Class
org.ow2.petals.component.framework.api.exception.FaultException

Packages that use FaultException
org.ow2.petals.component.framework.api.exception   
 

Uses of FaultException in org.ow2.petals.component.framework.api.exception
 

Subclasses of FaultException in org.ow2.petals.component.framework.api.exception
 class DocumentException
           All exceptions based on this exception will be transform in a SOAP Fault according to the following rules: the fault code is set with the value returned by getFaultCode(), the fault string is set with the value returned by Throwable.getMessage(), the fault actor is set with the value returned by getFaultActor(), the detail is set with the exception document returned by DocumentException.getDocument()().
 class SOAP11FaultClientException
           This exception represents the fault named "Client" pre-defined in the specifications of SOAP 1.1.
 class SOAP11FaultServerException
           This exception represents the fault named "Server" pre-defined in the specifications of SOAP 1.1.
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.