Class QuarkusExceptionHandler

  • All Implemented Interfaces:
    io.undertow.servlet.api.ExceptionHandler

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • QuarkusExceptionHandler

        public QuarkusExceptionHandler()
    • Method Detail

      • 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