com.sun.xml.ws.addressing.model
Class InvalidAddressingHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidAddressingHeaderException
- extends javax.xml.ws.WebServiceException
This exception captures SOAP Fault information when a WS-Addressing 1.0 Message Addressing
Property is invalid and cannot be processed.
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidAddressingHeaderException(javax.xml.namespace.QName problemHeader,
javax.xml.namespace.QName subsubcode)
Creates a InvalidAddressingHeader exception capturing information about the invalid
Addressing Message Property and the reason in Subsubcode. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidAddressingHeaderException
public InvalidAddressingHeaderException(javax.xml.namespace.QName problemHeader,
javax.xml.namespace.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.
getProblemHeader
public javax.xml.namespace.QName getProblemHeader()
getSubsubcode
public javax.xml.namespace.QName getSubsubcode()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.