Package com.sun.xml.ws.rx.rm.faults
Class CreateSequenceRefusedFault
- 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.faults.CreateSequenceRefusedFault
-
- All Implemented Interfaces:
Serializable
public class CreateSequenceRefusedFault extends AbstractSoapFaultException
Properties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination. [Detail] xs:any Generated by: RM Source or RM Destination. Condition : In response to a CreateSequence message when the RM Destination does not wish to create a new Sequence. Action Upon Generation : Unspecified. Action Upon Receipt : Sequence terminated.- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
AbstractSoapFaultException.Code, AbstractSoapFaultException.DetailBuilder
-
-
Constructor Summary
Constructors Constructor Description CreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code)
CreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractSoapFaultException.Code
getCode()
jakarta.xml.soap.Detail
getDetail(RuntimeContext rc)
QName
getSubcode(RmRuntimeVersion rv)
Packet
toRequest(RuntimeContext rc)
Packet
toResponse(RuntimeContext rc, Packet request)
-
Methods inherited from class com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
createSoapFaultMessage, getProperFaultActionForAddressingVersion, getReason, mustTryToDeliver
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CreateSequenceRefusedFault
public CreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code)
-
CreateSequenceRefusedFault
public CreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code, Throwable cause)
-
-
Method Detail
-
getCode
public AbstractSoapFaultException.Code getCode()
- Specified by:
getCode
in classAbstractSoapFaultException
-
getSubcode
public QName getSubcode(RmRuntimeVersion rv)
- Specified by:
getSubcode
in classAbstractSoapFaultException
-
getDetail
public jakarta.xml.soap.Detail getDetail(RuntimeContext rc)
- Specified by:
getDetail
in classAbstractSoapFaultException
-
toRequest
public Packet toRequest(RuntimeContext rc)
- Overrides:
toRequest
in classAbstractSoapFaultException
-
toResponse
public Packet toResponse(RuntimeContext rc, Packet request)
- Overrides:
toResponse
in classAbstractSoapFaultException
-
-