org.ow2.petals.component.framework.api.exception
Class SOAP11FaultClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.component.framework.api.exception.FaultException
              extended by 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.

Since:
1.0
Author:
Christophe DENEUX - Capgemini Sud
See Also:
Serialized Form

Constructor Summary
SOAP11FaultClientException(String faultString, URI faultActor)
           
SOAP11FaultClientException(String faultString, URI faultActor, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.ow2.petals.component.framework.api.exception.FaultException
getFaultActor, getFaultCode
 
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

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.