Class NotFoundExceptionHandler
java.lang.Object
ch.tocco.nice2.dms.impl.publish.exception.handler.NotFoundExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
This exception handler sends a 404 error code.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NotFoundExceptionHandler
public NotFoundExceptionHandler()
-
-
Method Details
-
handle
public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Exception exception) throws Exception Sends a 404 error code.- Specified by:
handle
in interfaceExceptionHandler
- Throws:
Exception
-