org.ow2.petals.component.framework.api.exception
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
All Implemented Interfaces:
java.io.Serializable

public class SOAP11FaultServerException
extends FaultException

This exception represents the fault named "Server" pre-defined in the specifications of SOAP 1.1.

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

Constructor Summary
SOAP11FaultServerException(java.lang.String faultString, java.net.URI faultActor)
           
SOAP11FaultServerException(java.lang.String faultString, java.net.URI faultActor, java.lang.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

SOAP11FaultServerException

public SOAP11FaultServerException(java.lang.String faultString,
                                  java.net.URI faultActor)

SOAP11FaultServerException

public SOAP11FaultServerException(java.lang.String faultString,
                                  java.net.URI faultActor,
                                  java.lang.Throwable cause)


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