org.springframework.ws.client
Class WebServiceClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.client.WebServiceClientException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DestinationProvisionException, WebServiceFaultException, WebServiceIOException, WebServiceTransformerException, WebServiceValidationException
public abstract class WebServiceClientException
- extends WebServiceException
Exception thrown whenever an error occurs on the client-side.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
WebServiceClientException
public WebServiceClientException(String msg)
- Create a new instance of the
WebServiceClientException
class.
- Parameters:
msg
- the detail message
WebServiceClientException
public WebServiceClientException(String msg,
Throwable ex)
- Create a new instance of the
WebServiceClientException
class.
- Parameters:
msg
- the detail messageex
- the root exception
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.