org.ow2.petals.binding.soap.listener.outgoing
Class SOAP11FaultServerException

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.SOAP11FaultServerException
                  extended by org.ow2.petals.binding.soap.listener.outgoing.SOAP11FaultServerException
All Implemented Interfaces:
java.io.Serializable

public class SOAP11FaultServerException
extends org.ow2.petals.component.framework.api.exception.SOAP11FaultServerException

Author:
Christophe HAMERLING - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
SOAP11FaultServerException(java.lang.String faultString)
          Creates a new instance of SOAP11FaultServerException
SOAP11FaultServerException(java.lang.String faultString, java.lang.String externalWS)
          Creates a new instance of SOAP11FaultServerException
 
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

SOAP11FaultServerException

public SOAP11FaultServerException(java.lang.String faultString,
                                  java.lang.String externalWS)
                           throws java.net.URISyntaxException
Creates a new instance of SOAP11FaultServerException

Parameters:
faultString -
externalWS -
Throws:
java.net.URISyntaxException

SOAP11FaultServerException

public SOAP11FaultServerException(java.lang.String faultString)
                           throws java.net.URISyntaxException
Creates a new instance of SOAP11FaultServerException

Parameters:
faultString -
externalWS -
Throws:
java.net.URISyntaxException


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.