org.ws4d.java.message
Class SOAPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ws4d.java.message.SOAPException
All Implemented Interfaces:
java.io.Serializable

public class SOAPException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SOAPException()
           
SOAPException(FaultMessage fault)
           
SOAPException(java.lang.String s)
           
SOAPException(java.lang.String s, FaultMessage fault)
           
 
Method Summary
 FaultMessage getFault()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPException

public SOAPException()

SOAPException

public SOAPException(java.lang.String s)
Parameters:
s - the detail message

SOAPException

public SOAPException(FaultMessage fault)
Parameters:
fault - the SOAP Fault to encapsulate

SOAPException

public SOAPException(java.lang.String s,
                     FaultMessage fault)
Parameters:
s - the detail message
fault - the SOAP Fault to encapsulate
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getFault

public FaultMessage getFault()
Returns:
the fault