Module  java.xml.ws
软件包  javax.xml.ws.soap

Class SOAPFaultException

  • All Implemented Interfaces:
    Serializable


    public class SOAPFaultException
    extends ProtocolException
    SOAPFaultException异常表示SOAP 1.1或1.2故障。

    A SOAPFaultException包装一个SAAJ SOAPFault ,用于管理特定于SOAP的SOAP故障表示。 可以使用javax.xml.soap.SOAPFactorycreateFault方法来创建一个javax.xml.soap.SOAPFault用于构造函数的实例。 SOAPBinding包含绑定实例使用的SOAPFactory的访问器。

    请注意, getFault的值是getFault SOAP故障时所使用的异常的唯一部分。

    有关SOAP故障的完整描述,请参阅SOAP规范。

    从以下版本开始:
    1.6,JAX-WS 2.0
    另请参见:
    SOAPFaultSOAPBinding.getSOAPFactory()ProtocolExceptionSerialized Form