Class HttpClientUpgradeException

All Implemented Interfaces:
Serializable

public class HttpClientUpgradeException extends HttpClientException

Thrown to indicate a protocol uprade error.

Since:
1.6
Author:
Jeremy Kuhn
See Also:
  • Constructor Details

    • HttpClientUpgradeException

      public HttpClientUpgradeException()

      Creates an HTTP client upgrade exception.

    • HttpClientUpgradeException

      public HttpClientUpgradeException(String message)

      Creates an HTTP client upgrade exception.

      Parameters:
      message - the message
    • HttpClientUpgradeException

      public HttpClientUpgradeException(String message, Throwable cause)

      Creates an HTTP client upgrade exception.

      Parameters:
      message - the message
      cause - the cause
    • HttpClientUpgradeException

      public HttpClientUpgradeException(Throwable cause)

      Creates an HTTP client upgrade exception.

      Parameters:
      cause - the cause