public class QuarkusExceptionHandler extends Object implements io.undertow.servlet.api.ExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_ID
The servlet request attribute that contains the error ID.
|
| Constructor and Description |
|---|
QuarkusExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleThrowable(io.undertow.server.HttpServerExchange exchange,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable t) |
public static final String ERROR_ID
public boolean handleThrowable(io.undertow.server.HttpServerExchange exchange,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable t)
handleThrowable in interface io.undertow.servlet.api.ExceptionHandlerCopyright © 2020 JBoss by Red Hat. All rights reserved.