Class SequenceTerminatedException
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.faults.AbstractSoapFaultException
com.sun.xml.ws.rx.rm.runtime.sequence.SequenceTerminatedException
- All Implemented Interfaces:
Serializable
The Endpoint that generates this fault SHOULD make every reasonable effort to
notify the corresponding Endpoint of this decision.
Properties:
[Code] Sender or Receiver
[Subcode] wsrm:SequenceTerminated
[Reason] The Sequence has been terminated due to an unrecoverable error.
[Detail]
<wsrm:Identifier ...> xs:anyURI </wsrm:Identifier>
Generated by: RM Source or RM Destination.
Condition : Encountering an unrecoverable condition or detection of violation of the protocol.
Action Upon Generation : Sequence termination.
Action Upon Receipt : MUST terminate the Sequence if not otherwise terminated.- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
AbstractSoapFaultException.Code, AbstractSoapFaultException.DetailBuilder -
Constructor Summary
ConstructorsConstructorDescriptionSequenceTerminatedException(String sequenceId, String message, AbstractSoapFaultException.Code code) -
Method Summary
Methods inherited from class com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
createSoapFaultMessage, getProperFaultActionForAddressingVersion, getReason, mustTryToDeliver, toRequest, toResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SequenceTerminatedException
public SequenceTerminatedException(String sequenceId, String message, AbstractSoapFaultException.Code code)
-
-
Method Details
-
getCode
- Specified by:
getCodein classAbstractSoapFaultException
-
getSubcode
- Specified by:
getSubcodein classAbstractSoapFaultException
-
getDetail
- Specified by:
getDetailin classAbstractSoapFaultException
-