Class DuplicateMessageRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.ws.rx.RxException
-
- com.sun.xml.ws.rx.rm.runtime.sequence.DuplicateMessageRegistrationException
-
- All Implemented Interfaces:
Serializable
public class DuplicateMessageRegistrationException extends RxException
Exception used by sequence implementation to notify RM runtime infrastructure of a detected attempt to register a duplicate message number on a given sequence.- Author:
- Marek Potociar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateMessageRegistrationException(String sequenceId, long messageNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMessageNumber()StringgetSequenceId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-