public class InvalidAddressingHeaderException extends WebServiceException
Constructor and Description |
---|
InvalidAddressingHeaderException(QName problemHeader,
QName subsubcode)
Creates a InvalidAddressingHeader exception capturing information about the invalid
Addressing Message Property and the reason in Subsubcode.
|
Modifier and Type | Method and Description |
---|---|
QName |
getProblemHeader() |
QName |
getSubsubcode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidAddressingHeaderException(QName problemHeader, QName subsubcode)
problemHeader
- represents the invalid Addressing Header.subsubcode
- represents the reason why the Addressing header in question is invalid.Copyright © 2015 Oracle Corporation. All rights reserved.