Package 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
-
-
Constructor Summary
Constructors Constructor Description InvalidSequenceException(String msg, String sequenceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSequenceId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-