Package com.sun.xml.ws.rx.rm.faults
Class AbstractSoapFaultException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateSequenceRefusedFault,InvalidAcknowledgementException,MessageNumberRolloverException,SequenceClosedException,SequenceTerminatedException,UnknownSequenceException,WsrmRequiredException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumprotected static final class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver) protectedAbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionprotected final MessagecreateSoapFaultMessage(RuntimeContext rc, boolean attachSequenceFaultElement) abstract AbstractSoapFaultException.CodegetCode()abstract jakarta.xml.soap.Detailprotected static StringgetProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, AddressingVersion addressingVersion) TODO javadocfinal Stringabstract QNamebooleantoResponse(RuntimeContext rc, Packet request) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractSoapFaultException
-
AbstractSoapFaultException
-
-
Method Details
-
getCode
-
getSubcode
-
getReason
-
getDetail
-
mustTryToDeliver
public boolean mustTryToDeliver() -
toRequest
-
toResponse
-
createSoapFaultMessage
protected final Message createSoapFaultMessage(RuntimeContext rc, boolean attachSequenceFaultElement) -
getProperFaultActionForAddressingVersion
protected static String getProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, AddressingVersion addressingVersion) TODO javadoc
-