Package io.servicetalk.http.netty
Class ProxyResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.servicetalk.http.netty.ProxyResponseException
-
- All Implemented Interfaces:
RetryableException,java.io.Serializable
public final class ProxyResponseException extends java.io.IOException implements RetryableException
A proxy response exception, that indicates an unexpected response status from a proxy.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponseStatusstatus()Returns theHttpResponseStatusthat was received.java.lang.StringtoString()
-
-
-
Method Detail
-
status
public HttpResponseStatus status()
Returns theHttpResponseStatusthat was received.- Returns:
- the
HttpResponseStatusthat was received.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-