org.springframework.ws.soap
Class SoapEnvelopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.WebServiceMessageException
org.springframework.ws.soap.SoapMessageException
org.springframework.ws.soap.SoapEnvelopeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AxiomSoapBodyException, AxiomSoapEnvelopeException, SaajSoapEnvelopeException, SoapFaultException
public class SoapEnvelopeException
- extends SoapMessageException
Exception thrown when a SOAP body could not be accessed.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
SoapEnvelopeException
public SoapEnvelopeException(String msg)
SoapEnvelopeException
public SoapEnvelopeException(String msg,
Throwable ex)
SoapEnvelopeException
public SoapEnvelopeException(Throwable ex)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.