Class QuarkusExceptionHandler

java.lang.Object
io.quarkus.undertow.runtime.QuarkusExceptionHandler
All Implemented Interfaces:
io.undertow.servlet.api.ExceptionHandler

public class QuarkusExceptionHandler extends Object implements io.undertow.servlet.api.ExceptionHandler
  • Field Details

    • ERROR_ID

      public static final String ERROR_ID
      The servlet request attribute that contains the error ID. This can be accessed from a customer error page.
      See Also:
  • Constructor Details

    • QuarkusExceptionHandler

      public QuarkusExceptionHandler()
  • Method Details

    • handleThrowable

      public boolean handleThrowable(io.undertow.server.HttpServerExchange exchange, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable t)
      Specified by:
      handleThrowable in interface io.undertow.servlet.api.ExceptionHandler