javax.xml.ws.soap
Class SOAPFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by javax.xml.ws.ProtocolException
                      extended by javax.xml.ws.soap.SOAPFaultException
All Implemented Interfaces:
java.io.Serializable

public class SOAPFaultException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
SOAPFaultException(SOAPFault fault)
           
 
Method Summary
 SOAPFault getFault()
           
 
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

SOAPFaultException

public SOAPFaultException(SOAPFault fault)
Method Detail

getFault

public SOAPFault getFault()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.