Class 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:
  • Constructor Details

    • HttpTransportException

      public HttpTransportException(String msg)
    • HttpTransportException

      protected HttpTransportException(String msg, Throwable cause)