Package org.openremote.container.web
Class WebServiceExceptions.RootUndertowExceptionHandler
java.lang.Object
org.openremote.container.web.WebServiceExceptions.RootUndertowExceptionHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
- Enclosing class:
- WebServiceExceptions
public static class WebServiceExceptions.RootUndertowExceptionHandler
extends Object
implements io.undertow.server.HttpHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
protected final io.undertow.server.HttpHandler
-
Constructor Summary
ConstructorsConstructorDescriptionRootUndertowExceptionHandler
(boolean devMode, io.undertow.server.HttpHandler nextHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(io.undertow.server.HttpServerExchange exchange)
-
Field Details
-
devMode
protected final boolean devMode -
nextHandler
protected final io.undertow.server.HttpHandler nextHandler
-
-
Constructor Details
-
RootUndertowExceptionHandler
public RootUndertowExceptionHandler(boolean devMode, io.undertow.server.HttpHandler nextHandler)
-
-
Method Details
-
handleRequest
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Throws:
Exception
-