Package org.eclipse.jetty.client
Class HttpResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.client.HttpResponseException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class HttpResponseException extends java.lang.RuntimeException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpResponseException(java.lang.String message, Response response)
Deprecated.HttpResponseException(java.lang.String message, Response response, java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Response
getResponse()
Deprecated.
-
-
-
Method Detail
-
getResponse
public Response getResponse()
Deprecated.
-
-