Package com.sun.xml.ws.addressing.model
Class MissingAddressingHeaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- com.sun.xml.ws.addressing.model.MissingAddressingHeaderException
-
- All Implemented Interfaces:
Serializable
public class MissingAddressingHeaderException extends jakarta.xml.ws.WebServiceExceptionThis exception signals that a particular WS-Addressing header is missing in a SOAP message.- Author:
- Rama Pulavarthi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingAddressingHeaderException(QName name)MissingAddressingHeaderException(QName name, Packet p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetMissingHeaderQName()Gets the QName of the missing WS-Addressing Header.PacketgetPacket()ThePacketin which a header was missing.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-