org.springframework.ws
Class WebServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
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
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 messageex
- the root exception
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.