Package com.sun.xml.ws.rx.rm
Class CloseSequenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.ws.rx.RxException
-
- com.sun.xml.ws.rx.rm.CloseSequenceException
-
- All Implemented Interfaces:
Serializable
public class CloseSequenceException extends RxException
Subclass ofRMExceptionthrown from errors resulting when a response to close sequence request cannot be satisfied- Author:
- Bhakti Mehta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloseSequenceException(String message)CloseSequenceException(String message, String id)
-
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
-
-