Class RestHandlerException

    • Constructor Detail

      • RestHandlerException

        public RestHandlerException​(String errorMessage,
                                    org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus)
      • RestHandlerException

        public RestHandlerException​(String errorMessage,
                                    org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus,
                                    RestHandlerException.LoggingBehavior loggingBehavior)
      • RestHandlerException

        public RestHandlerException​(String errorMessage,
                                    org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus,
                                    Throwable cause)
    • Method Detail

      • getHttpResponseStatus

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

        public boolean logException()