com.sun.xml.ws.rx.rm.runtime
Class InvalidSequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.rx.RxRuntimeException
                      extended by com.sun.xml.ws.rx.rm.runtime.InvalidSequenceException
All Implemented Interfaces:
Serializable

public class InvalidSequenceException
extends RxRuntimeException

Indicates the sequence specified is in state of CLOSING, CLOSED, or TERMINTAING, not appropriate to be used for sending additional application messages.

See Also:
Serialized Form

Constructor Summary
InvalidSequenceException(String msg, String sequenceId)
           
 
Method Summary
 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

InvalidSequenceException

public InvalidSequenceException(String msg,
                                String sequenceId)
Method Detail

getSequenceId

public String getSequenceId()


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