|
Spring Framework | ||||||||
| 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(java.lang.String msg,
java.lang.Throwable cause)
Constructor for SoapFaultException. |
| Method Summary | |
|---|---|
abstract java.lang.String |
getFaultActor()
Return the actor that caused this fault. |
abstract java.lang.String |
getFaultCode()
Return the SOAP fault code. |
abstract javax.xml.namespace.QName |
getFaultCodeAsQName()
Return the SOAP fault code as a QName object. |
abstract java.lang.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(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause from the SOAP API in use| Method Detail |
|---|
public abstract java.lang.String getFaultCode()
public abstract javax.xml.namespace.QName getFaultCodeAsQName()
QName object.
public abstract java.lang.String getFaultString()
public abstract java.lang.String getFaultActor()
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||