Package org.restheart.mongodb.handlers
Class ErrorHandler
- java.lang.Object
-
- org.restheart.mongodb.handlers.ErrorHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ErrorHandler extends Object implements io.undertow.server.HttpHandler
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description ErrorHandler()Creates a new instance of ErrorHandlerErrorHandler(io.undertow.server.HttpHandler next)Creates a new instance of ErrorHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-