Class SequenceClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.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.SequenceClosedException
- All Implemented Interfaces:
Serializable
This fault is generated by an RM Destination to indicate that the specified Sequence
has been closed. This fault MUST be generated when an RM Destination is asked to accept
a message for a Sequence that is closed.
Properties:
[Code] Sender
[Subcode] wsrm:SequenceClosed
[Reason] The Sequence is closed and cannot accept new messages.
[Detail]
<wsrm:Identifier...> xs:anyURI </wsrm:Identifier>
Generated by: RM Source or RM Destination.
Condition : In response to a message that belongs to a Sequence that is already closed.
Action Upon Generation : Unspecified.
Action Upon Receipt : Sequence closed.- 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
Constructors -
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
-
SequenceClosedException
-
-
Method Details
-
getCode
- Specified by:
getCodein classAbstractSoapFaultException
-
getSubcode
- Specified by:
getSubcodein classAbstractSoapFaultException
-
getDetail
- Specified by:
getDetailin classAbstractSoapFaultException
-