Class HttpResponseException

All Implemented Interfaces:
Serializable

public class HttpResponseException extends HttpClientException
Http Response Exception A subclass of HttpClientException
Author:
Leonard Woo
See Also:
  • Constructor Details

    • HttpResponseException

      public HttpResponseException()
      Default Exception
    • HttpResponseException

      public HttpResponseException(String message)
      Exception with message
      Parameters:
      message - message
    • HttpResponseException

      public HttpResponseException(String message, Throwable cause)
      Exception with message and Throwable
      Parameters:
      message - message
      cause - other exception
    • HttpResponseException

      public HttpResponseException(Throwable cause)
      Exception with Throwable
      Parameters:
      cause - other exception