Package com.sun.xml.ws.rx.rm
Class TerminateSequenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.ws.rx.RxException
-
- com.sun.xml.ws.rx.rm.TerminateSequenceException
-
- All Implemented Interfaces:
Serializable
public class TerminateSequenceException extends RxException
Subclass ofRMExceptionthrown from errors resulting because the endpoint has encountered an unrecoverable condition or detected a violation of the protocol and as a result has chosen to terminate the sequence- Author:
- Bhakti Mehta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminateSequenceException(String message)TerminateSequenceException(String message, String id)TerminateSequenceException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSequenceId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getSequenceId
public String getSequenceId()
-
-