Module io.inverno.mod.http.client
Package io.inverno.mod.http.client
Class HttpClientUpgradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.inverno.mod.http.client.HttpClientException
io.inverno.mod.http.client.HttpClientUpgradeException
- All Implemented Interfaces:
Serializable
Thrown to indicate a protocol uprade error.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an HTTP client upgrade exception.HttpClientUpgradeException
(String message) Creates an HTTP client upgrade exception.HttpClientUpgradeException
(String message, Throwable cause) Creates an HTTP client upgrade exception.Creates an HTTP client upgrade exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientUpgradeException
public HttpClientUpgradeException()Creates an HTTP client upgrade exception.
-
HttpClientUpgradeException
Creates an HTTP client upgrade exception.
- Parameters:
message
- the message
-
HttpClientUpgradeException
Creates an HTTP client upgrade exception.
- Parameters:
message
- the messagecause
- the cause
-
HttpClientUpgradeException
Creates an HTTP client upgrade exception.
- Parameters:
cause
- the cause
-