Package io.servicetalk.http.api
Class ProxyConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.servicetalk.http.api.ProxyConnectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProxyConnectResponseException
An exception while processing
HTTP/1.1 CONNECT request.
-
Constructor Summary
ConstructorsConstructorDescriptionProxyConnectException
(String message) Creates a new instance.ProxyConnectException
(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyConnectException
Creates a new instance.- Parameters:
message
- the detail message
-
ProxyConnectException
Creates a new instance.- Parameters:
message
- the detail messagecause
- the original cause
-