com.sun.xml.ws.rx.rm.runtime
Class InvalidSequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.rx.RxRuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidSequenceException
public InvalidSequenceException(String msg,
String sequenceId)
getSequenceId
public String getSequenceId()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.