com.sun.xml.ws.rx.rm.runtime.sequence
Class DuplicateMessageRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.rx.RxException
              extended by 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
DuplicateMessageRegistrationException(String sequenceId, long messageNumber)
           
 
Method Summary
 long getMessageNumber()
           
 String getSequenceId()
           
 
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

DuplicateMessageRegistrationException

public DuplicateMessageRegistrationException(String sequenceId,
                                             long messageNumber)
Method Detail

getMessageNumber

public long getMessageNumber()

getSequenceId

public String getSequenceId()


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