public class RestClientException extends FlinkException
Constructor and Description |
---|
RestClientException(String message,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus) |
RestClientException(String message,
Throwable cause,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getHttpResponseStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.