The Spring Framework

org.springframework.remoting.jaxrpc
Class JaxRpcSoapFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.remoting.RemoteAccessException
                      extended by org.springframework.remoting.RemoteInvocationFailureException
                          extended by org.springframework.remoting.soap.SoapFaultException
                              extended by org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
All Implemented Interfaces:
Serializable

public class JaxRpcSoapFaultException
extends SoapFaultException

Spring SoapFaultException adapter for the JAX-RPC SOAPFaultException class.

Since:
2.5
Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
JaxRpcSoapFaultException(SOAPFaultException original)
          Constructor for JaxRpcSoapFaultException.
 
Method Summary
 String getFaultActor()
          Return the actor that caused this fault.
 String getFaultCode()
          Return the SOAP fault code.
 QName getFaultCodeAsQName()
          Return the SOAP fault code as a QName object.
 String getFaultString()
          Return the descriptive SOAP fault string.
 SOAPFaultException getOriginalException()
          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

JaxRpcSoapFaultException

public JaxRpcSoapFaultException(SOAPFaultException original)
Constructor for JaxRpcSoapFaultException.

Parameters:
original - the original JAX-RPC SOAPFaultException to wrap
Method Detail

getOriginalException

public final SOAPFaultException getOriginalException()
Return the wrapped JAX-RPC SOAPFaultException.


getFaultCode

public String getFaultCode()
Description copied from class: SoapFaultException
Return the SOAP fault code.

Specified by:
getFaultCode in class SoapFaultException

getFaultCodeAsQName

public QName getFaultCodeAsQName()
Description copied from class: SoapFaultException
Return the SOAP fault code as a QName object.

Specified by:
getFaultCodeAsQName in class SoapFaultException

getFaultString

public String getFaultString()
Description copied from class: SoapFaultException
Return the descriptive SOAP fault string.

Specified by:
getFaultString in class SoapFaultException

getFaultActor

public String getFaultActor()
Description copied from class: SoapFaultException
Return the actor that caused this fault.

Specified by:
getFaultActor in class SoapFaultException

The Spring Framework

Copyright © 2002-2007 The Spring Framework.