Spring Web Services Framework

org.springframework.ws.soap
Class SoapMessageCreationException

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.ws.WebServiceException
                      extended by org.springframework.ws.WebServiceMessageException
                          extended by org.springframework.ws.soap.SoapMessageException
                              extended by org.springframework.ws.soap.SoapMessageCreationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AxiomSoapMessageCreationException, SaajSoapMessageCreationException

public class SoapMessageCreationException
extends SoapMessageException

Exception thrown when a web service message cannot be created.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
SoapMessageCreationException(String msg)
          Constructor for SoapMessageCreationException.
SoapMessageCreationException(String msg, Throwable ex)
          Constructor for SoapMessageCreationException.
 
Method Summary
 
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

SoapMessageCreationException

public SoapMessageCreationException(String msg)
Constructor for SoapMessageCreationException.


SoapMessageCreationException

public SoapMessageCreationException(String msg,
                                    Throwable ex)
Constructor for SoapMessageCreationException.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.