org.springframework.ws.soap
Class SoapElementException
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.SoapElementException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AxiomSoapElementException, SaajSoapElementException
public class SoapElementException
- extends SoapMessageException
Exception thrown when a SOAP element could not be accessed.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
SoapElementException
public SoapElementException(String msg)
SoapElementException
public SoapElementException(String msg,
Throwable ex)
SoapElementException
public SoapElementException(Throwable ex)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.