org.springframework.ws.client
Class WebServiceIOException
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
org.springframework.ws.client.WebServiceIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WebServiceTransportException
public class WebServiceIOException
- extends WebServiceClientException
Exception thrown whenever an I/O error occurs on the client-side.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
WebServiceIOException
public WebServiceIOException(String msg)
- Create a new instance of the
WebServiceIOException
class.
- Parameters:
msg
- the detail message
WebServiceIOException
public WebServiceIOException(String msg,
IOException ex)
- Create a new instance of the
WebServiceIOException
class.
- Parameters:
msg
- the detail messageex
- the root IOException
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.