javax.xml.ws.addressing
Class DestinationUnreachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by javax.xml.ws.addressing.AddressingException
                      extended by javax.xml.ws.addressing.DestinationUnreachableException
All Implemented Interfaces:
java.io.Serializable

public class DestinationUnreachableException
extends AddressingException

This exception is thrown when no endpoint can be found capable of acting in the role of the destination property.

Since:
JAX-WSA 1.0
See Also:
Serialized Form

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

DestinationUnreachableException

public DestinationUnreachableException()
Overrides AddressingException default constructor. Thrown when no endpoints can be found capable of acting in the role of the destination property.


DestinationUnreachableException

public DestinationUnreachableException(java.lang.String problemIRI)
Overrides AddressingException(String) constructor. Thrown when no endpoints can be found capable of acting in the role of the destination property.

Parameters:
problemIRI - the IRI that conveys the address of the destination
Method Detail

getSubcode

public QName getSubcode()
Return the Subcode required by the WS-Addressing specification.

Overrides:
getSubcode in class AddressingException
Returns:
the fault subcode