Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices
Class SOAPFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.webservices.SOAPFaultException

All Implemented Interfaces:
Serializable

public class SOAPFaultException
extends RuntimeException

This class is intended to implement javax.xml.ws.soap.SOAPFaultException which wraps a javax.xml.soap.SOAPFault instance.

See Also:
Serialized Form

Constructor Summary
SOAPFaultException(SOAPFault fault)
           
SOAPFaultException(SOAPMessage msg)
           

 

Method Summary
 SOAPFault getFault()
           
 SOAPMessage getSOAPMessage()
           

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SOAPFaultException

public SOAPFaultException(SOAPFault fault)

SOAPFaultException

public SOAPFaultException(SOAPMessage msg)

Method Detail

getFault

public SOAPFault getFault()

getSOAPMessage

public SOAPMessage getSOAPMessage()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.