com.sun.xml.ws.rm
Class TerminateSequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.rm.RxException
              extended by com.sun.xml.ws.rm.TerminateSequenceException
All Implemented Interfaces:
java.io.Serializable

public class TerminateSequenceException
extends RxException

Subclass of RMException thrown 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

See Also:
Serialized Form

Constructor Summary
TerminateSequenceException(java.lang.String message)
           
TerminateSequenceException(java.lang.String message, java.lang.String id)
           
TerminateSequenceException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.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

TerminateSequenceException

public TerminateSequenceException(java.lang.String message)

TerminateSequenceException

public TerminateSequenceException(java.lang.String message,
                                  java.lang.String id)

TerminateSequenceException

public TerminateSequenceException(java.lang.String message,
                                  java.lang.Throwable cause)
Method Detail

getSequenceId

public java.lang.String getSequenceId()