Uses of Class
com.sun.xml.ws.rx.RxException
-
Packages that use RxException Package Description 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 Modifier and Type Class Description classCloseSequenceExceptionSubclass ofRMExceptionthrown from errors resulting when a response to close sequence request cannot be satisfiedclassTerminateSequenceExceptionSubclass 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.sequence Modifier and Type Class Description classDuplicateMessageRegistrationExceptionException used by sequence implementation to notify RM runtime infrastructure of a detected attempt to register a duplicate message number on a given sequence.classOutOfOrderMessageExceptionException used by sequence implementation to reject out of order message number for a given sequence when InOrder QoS is configured.
-