|
|||||||||
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.EndpointUnavailableException
public class EndpointUnavailableException
This exception is thrown when endpoint is unable to process the message at this time either due to some transient issue or a permanent failure.
Field Summary |
---|
Fields inherited from class javax.xml.ws.addressing.AddressingException |
---|
ac, code, detail, fMessage, reason |
Constructor Summary | |
---|---|
EndpointUnavailableException()
Overrides AddressingException default constructor. |
|
EndpointUnavailableException(int retryAfter,
java.lang.String problemIRI)
Overrides AddressingException(String) constructor. |
Method Summary | |
---|---|
javax.xml.namespace.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 EndpointUnavailableException()
AddressingException
default constructor. Thrown
when the endpoint is unable to process the message at this time either
due to some transient issue or a permanent failure.
public EndpointUnavailableException(int retryAfter, java.lang.String problemIRI)
AddressingException(String)
constructor. Thrown
when the endpoint is unable to process the message at this time either
due to some transient issue or a permanent failure.
retryAfter
- suggested minimum duration in milliseconds to wait beofre
retransmitting the messageproblemIRI
- the IRI that caused the problemMethod Detail |
---|
public javax.xml.namespace.QName getSubcode()
getSubcode
in class AddressingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |