org.springframework.ws.transport.http
Class HttpsTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.springframework.ws.transport.TransportException
org.springframework.ws.transport.http.HttpTransportException
org.springframework.ws.transport.http.HttpsTransportException
- All Implemented Interfaces:
- Serializable
public class HttpsTransportException
- extends HttpTransportException
Exception that is thrown when an error occurs in the HTTP transport.
- Since:
- 1.5.8
- 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 |
HttpsTransportException
public HttpsTransportException(String msg)
HttpsTransportException
public HttpsTransportException(String msg,
Throwable cause)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.