org.springframework.ws.transport.http
Class HttpTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.springframework.ws.transport.TransportException
org.springframework.ws.transport.http.HttpTransportException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpsTransportException
public class HttpTransportException
- extends TransportException
Exception that is thrown when an error occurs in the HTTP transport.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpTransportException
public HttpTransportException(String msg)
HttpTransportException
protected HttpTransportException(String msg,
Throwable cause)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.