| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
public abstract class SoapFaultException
RemoteInvocationFailureException subclass that provides the details of a SOAP fault.
SOAPFaultException, 
SOAPFaultException, 
Serialized Form| Constructor Summary | |
|---|---|
| protected  | SoapFaultException(String msg,
                   Throwable cause)Constructor for SoapFaultException. | 
| Method Summary | |
|---|---|
| abstract  String | getFaultActor()Return the actor that caused this fault. | 
| abstract  String | getFaultCode()Return the SOAP fault code. | 
| abstract  QName | getFaultCodeAsQName()Return the SOAP fault code as a QNameobject. | 
| abstract  String | getFaultString()Return the descriptive SOAP fault string. | 
| Methods inherited from class org.springframework.core.NestedRuntimeException | 
|---|
| contains, getMessage, getMostSpecificCause, getRootCause | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
protected SoapFaultException(String msg,
                             Throwable cause)
msg - the detail messagecause - the root cause from the SOAP API in use| Method Detail | 
|---|
public abstract String getFaultCode()
public abstract QName getFaultCodeAsQName()
QName object.
public abstract String getFaultString()
public abstract String getFaultActor()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||