|
|||||||||
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.DestinationUnreachableException
public class DestinationUnreachableException
This exception is thrown when no endpoint can be found capable of acting in the role of the destination property.
Field Summary |
---|
Fields inherited from class javax.xml.ws.addressing.AddressingException |
---|
ac, code, detail, fMessage, reason |
Constructor Summary | |
---|---|
DestinationUnreachableException()
Overrides AddressingException default constructor. |
|
DestinationUnreachableException(java.lang.String problemIRI)
Overrides AddressingException(String) constructor. |
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 |
---|
public DestinationUnreachableException()
AddressingException
default constructor. Thrown
when no endpoints can be found capable of acting in the role of the
destination property.
public DestinationUnreachableException(java.lang.String problemIRI)
AddressingException(String)
constructor. Thrown
when no endpoints can be found capable of acting in the role of the
destination property.
problemIRI
- the IRI that conveys the address of the destinationMethod Detail |
---|
public QName getSubcode()
getSubcode
in class AddressingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |