Uses of Class
com.sun.xml.ws.rx.RxException

Packages that use RxException
com.sun.xml.ws.rx.rm   
com.sun.xml.ws.rx.rm.runtime.sequence   
 

Uses of RxException in com.sun.xml.ws.rx.rm
 

Subclasses of RxException in com.sun.xml.ws.rx.rm
 class CloseSequenceException
          Subclass of RMException thrown from errors resulting when a response to close sequence request cannot be satisfied
 class TerminateSequenceException
          Subclass of RMException thrown from errors resulting because the endpoint has encountered an unrecoverable condition or detected a violation of the protocol and as a result has chosen to terminate the sequence
 

Uses of RxException in com.sun.xml.ws.rx.rm.runtime.sequence
 

Subclasses of RxException in com.sun.xml.ws.rx.rm.runtime.sequence
 class DuplicateMessageRegistrationException
          Exception used by sequence implementation to notify RM runtime infrastructure of a detected attempt to register a duplicate message number on a given sequence.
 class OutOfOrderMessageException
          Exception used by sequence implementation to reject out of order message number for a given sequence when InOrder QoS is configured.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.