Class UnpublishedNodeExceptionHandler
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publish.exception.notfound.UnpublishedNodeExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<UnpublishedNodeException>
@Component
public class UnpublishedNodeExceptionHandler
extends Object
implements ExceptionHandler<UnpublishedNodeException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnpublishedNodeException exception)
-
Constructor Details
-
UnpublishedNodeExceptionHandler
-
-
Method Details
-
handle
public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnpublishedNodeException exception) throws Exception - Specified by:
handle
in interfaceExceptionHandler<UnpublishedNodeException>
- Throws:
Exception
-