Class ServerSOAPFaultException

  • All Implemented Interfaces:
    Serializable

    public class ServerSOAPFaultException
    extends jakarta.xml.ws.soap.SOAPFaultException
    Represents the SOAPFaultException that has occurred on the server side.

    When an exception occurs on the server, JAX-WS RI sends the SOAPFaultException to the client. On the client side, instances of this class are used to represent SOAPFaultException that adds diagnostic information to error message for easily identifying the cause of exception.

    Author:
    chinmay.patel
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerSOAPFaultException

        public ServerSOAPFaultException​(jakarta.xml.soap.SOAPFault soapFault)