Class RestClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.rest.util.RestClientException
- All Implemented Interfaces:
Serializable
public class RestClientException
extends org.apache.flink.util.FlinkException
An exception that is thrown if the failure of a REST operation was detected on the client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestClientException(String message, Throwable cause, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus) RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestClientException
public RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus) -
RestClientException
-
-
Method Details
-
getHttpResponseStatus
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getHttpResponseStatus()
-