spring-framework / org.springframework.remoting.soap / SoapFaultException

SoapFaultException

abstract class SoapFaultException : RemoteInvocationFailureException

RemoteInvocationFailureException subclass that provides the details of a SOAP fault.

Author
Juergen Hoeller

Since
2.5

See Also
javax.xml.rpc.soap.SOAPFaultExceptionjavax.xml.ws.soap.SOAPFaultException

Functions

getFaultActor

abstract fun getFaultActor(): String

Return the actor that caused this fault.

getFaultCode

abstract fun getFaultCode(): String

Return the SOAP fault code.

getFaultCodeAsQName

abstract fun getFaultCodeAsQName(): QName

Return the SOAP fault code as a QName object.

getFaultString

abstract fun getFaultString(): String

Return the descriptive SOAP fault string.

Inheritors

JaxWsSoapFaultException

open class JaxWsSoapFaultException : SoapFaultException

Spring SoapFaultException adapter for the JAX-WS javax.xml.ws.soap.SOAPFaultException class.