javax.xml.rpc.soap
Class SOAPFault

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.rpc.FaultException
                    |
                    +--javax.xml.rpc.soap.SOAPFault
All Implemented Interfaces:
java.io.Serializable

public class SOAPFault
extends FaultException

SOAPFault exception class is used for the mapping of the SOAP faults. If the use attribute in the soap:fault is literal, the soap:fault maps to the SOAPFault exception. This class extends the exception class java.lang.Exception and is declared as a checked exception in the service definition interface.

Version:
0.1
See Also:
Serialized Form

Constructor Summary
SOAPFault()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPFault

public SOAPFault()


Copyright © 2001 Apache XML Project. All Rights Reserved.