Package com.sun.xml.ws.addressing.model
Class InvalidAddressingHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAddressingHeaderException(QName problemHeader, QName subsubcode) Creates a InvalidAddressingHeader exception capturing information about the invalid Addressing Message Property and the reason in Subsubcode. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAddressingHeaderException
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 Details
-
getProblemHeader
-
getSubsubcode
-