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 org.springframework.ws.transport.http.HttpTransportException
Exception that is thrown when an error occurs in the HTTP transport.
Since:
1.5.8
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • HttpsTransportException

      public HttpsTransportException(String msg)
    • HttpsTransportException

      public HttpsTransportException(String msg, Throwable cause)