Spring Web Services Framework

org.springframework.ws
Class WebServiceException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressingException, InvalidXmlException, NoEndpointFoundException, WebServiceClientException, WebServiceMessageException, WsdlDefinitionException, WsSecurityException

public abstract class WebServiceException
extends NestedRuntimeException

Root of the hierarchy of Web Service exceptions.

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

Constructor Summary
WebServiceException(String msg)
          Create a new instance of the WebServiceException class.
WebServiceException(String msg, Throwable ex)
          Create a new instance of the WebServiceException class.
 
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

WebServiceException

public WebServiceException(String msg)
Create a new instance of the WebServiceException class.

Parameters:
msg - the detail message

WebServiceException

public WebServiceException(String msg,
                           Throwable ex)
Create a new instance of the WebServiceException class.

Parameters:
msg - the detail message
ex - the root exception

Spring Web Services Framework

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