| java.lang.Object | |||||||
| ↳ | java.lang.Throwable | ||||||
| ↳ | java.lang.Exception | ||||||
| ↳ | java.lang.RuntimeException | ||||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||||
| ↳ | org.springframework.remoting.RemoteAccessException | ||||||
| ↳ | org.springframework.remoting.RemoteInvocationFailureException | ||||||
| ↳ | org.springframework.remoting.soap.SoapFaultException | ||||||
Known Direct Subclasses
|
RemoteInvocationFailureException subclass that provides the details of a SOAP fault.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for SoapFaultException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the actor that caused this fault.
| |||||||||||
Return the SOAP fault code.
| |||||||||||
Return the SOAP fault code as a
QName object. | |||||||||||
Return the descriptive SOAP fault string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for SoapFaultException.
| msg | the detail message |
|---|---|
| cause | the root cause from the SOAP API in use |