Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getHttpResponseStatus

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