public class RestHandlerException extends FlinkException
Modifier and Type | Class and Description |
---|---|
static class |
RestHandlerException.LoggingBehavior
Enum to control logging behavior of RestHandlerExceptions.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getHttpResponseStatus() |
boolean |
logException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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–2024 The Apache Software Foundation. All rights reserved.