Uses of Class
com.sun.xml.ws.rx.RxException
Packages that use RxException
-
Uses of RxException in com.sun.xml.ws.rx.rm
Subclasses of RxException in com.sun.xml.ws.rx.rmModifier and TypeClassDescriptionclassSubclass ofRMExceptionthrown from errors resulting when a response to close sequence request cannot be satisfiedclassSubclass ofRMExceptionthrown 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.sequenceModifier and TypeClassDescriptionclassException used by sequence implementation to notify RM runtime infrastructure of a detected attempt to register a duplicate message number on a given sequence.classException used by sequence implementation to reject out of order message number for a given sequence when InOrder QoS is configured.