|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
javax.xml.ws.addressing.AddressingException
javax.xml.ws.addressing.InvalidMapException
public class InvalidMapException
This exception is thrown when a message addressing property cannot be processed.
| Field Summary |
|---|
| Fields inherited from class javax.xml.ws.addressing.AddressingException |
|---|
ac, code, detail, fMessage, reason |
| Constructor Summary | |
|---|---|
protected |
InvalidMapException()
Overrides AddressingException default constructor. |
|
InvalidMapException(QName name)
Overrides AddressingException(String) constructor Thrown
when a message addressing property cannot be processed. |
| Method Summary | |
|---|---|
QName |
getSubcode()
Return the Subcode required by the WS-Addressing specification. |
| Methods inherited from class javax.xml.ws.addressing.AddressingException |
|---|
getCode, getDetail, getReason |
| 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 |
| Constructor Detail |
|---|
protected InvalidMapException()
AddressingException default constructor. Thrown
when a message addressing property cannot be processed.
public InvalidMapException(QName name)
AddressingException(String) constructor Thrown
when a message addressing property cannot be processed.
name - the QName of the root element of the offending header| Method Detail |
|---|
public QName getSubcode()
getSubcode in class AddressingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||