Class InvalidAddressingHeaderException

  • All Implemented Interfaces:
    Serializable

    public class InvalidAddressingHeaderException
    extends jakarta.xml.ws.WebServiceException
    This exception captures SOAP Fault information when a WS-Addressing 1.0 Message Addressing Property is invalid and cannot be processed.
    Author:
    Rama Pulavarthi
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidAddressingHeaderException

        public InvalidAddressingHeaderException​(QName problemHeader,
                                                QName subsubcode)
        Creates a InvalidAddressingHeader exception capturing information about the invalid Addressing Message Property and the reason in Subsubcode.
        Parameters:
        problemHeader - represents the invalid Addressing Header.
        subsubcode - represents the reason why the Addressing header in question is invalid.
    • Method Detail

      • getProblemHeader

        public QName getProblemHeader()
      • getSubsubcode

        public QName getSubsubcode()