|
|||||||||
| 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.ActionNotSupportedException
public class ActionNotSupportedException
This exception is thrown when the action message addressing property in the message is not supported at an endpoint.
| Field Summary |
|---|
| Fields inherited from class javax.xml.ws.addressing.AddressingException |
|---|
ac, code, detail, fMessage, reason |
| Constructor Summary | |
|---|---|
protected |
ActionNotSupportedException()
Overrides AddressingException default constructor. |
|
ActionNotSupportedException(java.lang.String action)
Overrides AddressingException(String) constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getAction()
|
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 ActionNotSupportedException()
AddressingException default constructor. Thrown
when the action poperty in the message is not supported at this
endpoint.
public ActionNotSupportedException(java.lang.String action)
AddressingException(String) constructor. Thrown
when the action poperty in the message is not supported at this
endpoint.
action - the unsupported action| Method Detail |
|---|
public java.lang.String getAction()
public QName getSubcode()
getSubcode in class AddressingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||