org.ow2.petals.component.framework.api.exception
Class SOAP11FaultClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.component.framework.api.exception.FaultException
org.ow2.petals.component.framework.api.exception.SOAP11FaultClientException
- All Implemented Interfaces:
- Serializable
public class SOAP11FaultClientException
- extends FaultException
This exception represents the fault named "Client" pre-defined in the
specifications of SOAP 1.1.
- the fault code is set with:
{http://schemas.xmlsoap.org/soap/envelope/}Client,
- the fault string is set with the provided value,
- the fault actor is set with the provided value,
- the detail is set with the exception stack trace.
- Since:
- 1.0
- Author:
- Christophe DENEUX - Capgemini Sud
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SOAP11FaultClientException
public SOAP11FaultClientException(String faultString,
URI faultActor)
SOAP11FaultClientException
public SOAP11FaultClientException(String faultString,
URI faultActor,
Throwable cause)
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.