public class RestHandlerException
extends org.apache.flink.util.FlinkException
限定符和类型 | 类和说明 |
---|---|
static class |
RestHandlerException.LoggingBehavior
Enum to control logging behavior of RestHandlerExceptions.
|
构造器和说明 |
---|
RestHandlerException(String errorMessage,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus) |
RestHandlerException(String errorMessage,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus,
RestHandlerException.LoggingBehavior loggingBehavior) |
RestHandlerException(String errorMessage,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus,
Throwable cause) |
限定符和类型 | 方法和说明 |
---|---|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getHttpResponseStatus() |
boolean |
logException() |
public RestHandlerException(String errorMessage, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus)
public RestHandlerException(String errorMessage, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus, RestHandlerException.LoggingBehavior loggingBehavior)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.