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 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

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Throws:
      Exception