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 Details

    • RestClientException

      public RestClientException(String message, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
    • RestClientException

      public RestClientException(String message, Throwable cause, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus responseStatus)
  • Method Details

    • getHttpResponseStatus

      public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getHttpResponseStatus()