Class AbstractSoapFaultException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreateSequenceRefusedFault, InvalidAcknowledgementException, MessageNumberRolloverException, SequenceClosedException, SequenceTerminatedException, UnknownSequenceException, WsrmRequiredException

public abstract class AbstractSoapFaultException extends RxRuntimeException
See Also:
  • Constructor Details

    • AbstractSoapFaultException

      protected AbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver, Throwable cause)
    • AbstractSoapFaultException

      protected AbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver)
  • Method Details