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
abstract fun getFaultActor(): String
Return the actor that caused this fault. |
|
abstract fun getFaultCode(): String
Return the SOAP fault code. |
|
abstract fun getFaultCodeAsQName(): QName
Return the SOAP fault code as a |
|
abstract fun getFaultString(): String
Return the descriptive SOAP fault string. |
open class JaxWsSoapFaultException : SoapFaultException
Spring SoapFaultException adapter for the JAX-WS javax.xml.ws.soap.SOAPFaultException class. |