|
spring-web | ||||||||
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
org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
org.springframework.remoting.jaxws
@Deprecated public class JaxRpcSoapFaultException
Spring SoapFaultException adapter for the JAX-RPC
SOAPFaultException
class.
Constructor Summary | |
---|---|
JaxRpcSoapFaultException(javax.xml.rpc.soap.SOAPFaultException original)
Deprecated. Constructor for JaxRpcSoapFaultException. |
Method Summary | |
---|---|
java.lang.String |
getFaultActor()
Deprecated. |
java.lang.String |
getFaultCode()
Deprecated. |
javax.xml.namespace.QName |
getFaultCodeAsQName()
Deprecated. |
java.lang.String |
getFaultString()
Deprecated. |
javax.xml.rpc.soap.SOAPFaultException |
getOriginalException()
Deprecated. Return the wrapped JAX-RPC SOAPFaultException. |
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 |
---|
public JaxRpcSoapFaultException(javax.xml.rpc.soap.SOAPFaultException original)
original
- the original JAX-RPC SOAPFaultException to wrapMethod Detail |
---|
public final javax.xml.rpc.soap.SOAPFaultException getOriginalException()
public java.lang.String getFaultCode()
getFaultCode
in class org.springframework.remoting.soap.SoapFaultException
public javax.xml.namespace.QName getFaultCodeAsQName()
getFaultCodeAsQName
in class org.springframework.remoting.soap.SoapFaultException
public java.lang.String getFaultString()
getFaultString
in class org.springframework.remoting.soap.SoapFaultException
public java.lang.String getFaultActor()
getFaultActor
in class org.springframework.remoting.soap.SoapFaultException
|
spring-web | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |